Html Css Color HEX #668342 Dingley

📋 copy color: '#668342'

red 102 ◦ green 131 ◦ blue 66

#668342
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #668342

Tints of Dingley #668342

RGB

 RED value IS 102 (40.23% from 255) = 34.11%

 GREEN value IS 131 (51.56% from 255) = 43.81%

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 34.11%
G = 43.81%
B = 22.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#668342 (or 0x668342) is known color: Dingley. HEX triplet: 66, 83 and 42. RGB value is (102,131,66). Sum of RGB (Red+Green+Blue) = 102+131+66=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #668342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668342 is #997CBD. Grayscale: #737373. Windows color (decimal): -10058942 or 4359014. OLE color: 4359014.

HSL color Cylindrical-coordinate representation of color #668342: hue angle of 86.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668342 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 66 -
CMYK 0.22 0 0.50 0.49
HSL 86.77º 0.33% 0.39% -
HSV(B) 86.77º 0.5% 0.51% -
XYZ 14.58 19.45 8.14 -
YUV 114.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 102 131 66 0.22 0 0.50 0.49 86.77 0.33 0.39
Hex 66 83 42 16 0 32 31 57 21 27
Octal 146 203 102 26 0 62 61 127 41 47
Binary 1100110 10000011 1000010 10110 0 110010 110001 1010111 100001 100111

Color Harmonies of #668342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668342

Black with #668342

Text Example


Text Example

White with #668342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668342; }

 p { color: rgb(102,131,66); }

 H1.HeaderClassName
 {
   color: #668342;
 }
 .AnyTagClassName
 {
   color: #668342;
 }
</style>

background-color css

<style>
 a { background-color: #668342; }

 a { background-color: rgb(102,131,66); }

 div.DivClassName
 {
   background-color: #668342;
 }
 .BgClassName
 {
   background-color: #668342;
 }
</style>

border-color css

<style>
 span { border-color: #668342; }

 span { border-color: rgb(102,131,66); }

 td.TdClassName
 {
   border-color: #668342;
 }
 .TagClassName
 {
   border-color: #668342;
 }
</style>