Html Css Color HEX #668F42 Dingley

📋 copy color: '#668F42'

red 102 ◦ green 143 ◦ blue 66

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

Shades of Dingley #668F42

Tints of Dingley #668F42

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.98%

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

R = 32.8%
G = 45.98%
B = 21.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#668F42 (or 0x668F42) is known color: Dingley. HEX triplet: 66, 8F and 42. RGB value is (102,143,66). Sum of RGB (Red+Green+Blue) = 102+143+66=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 143 - color contains mainly: green. Hex color #668F42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668F42 is #9970BD. Grayscale: #7A7A7A. Windows color (decimal): -10055870 or 4362086. OLE color: 4362086.

HSL color Cylindrical-coordinate representation of color #668F42: hue angle of 91.95º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #668F42 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 143 66 -
CMYK 0.29 0 0.54 0.44
HSL 91.95º 0.37% 0.41% -
HSV(B) 91.95º 0.54% 0.56% -
XYZ 16.29 22.86 8.71 -
YUV 121.96 96.42 113.76 -
System Red Green Blue C M Y K H S L
Decimal 102 143 66 0.29 0 0.54 0.44 91.95 0.37 0.41
Hex 66 8F 42 1D 0 36 2C 5C 25 29
Octal 146 217 102 35 0 66 54 134 45 51
Binary 1100110 10001111 1000010 11101 0 110110 101100 1011100 100101 101001

Color Harmonies of #668F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668F42

Black with #668F42

Text Example


Text Example

White with #668F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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