Html Css Color HEX #669142 Dingley

📋 copy color: '#669142'

red 102 ◦ green 145 ◦ blue 66

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

Shades of Dingley #669142

Tints of Dingley #669142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.33%

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

R = 32.59%
G = 46.33%
B = 21.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#669142 (or 0x669142) is known color: Dingley. HEX triplet: 66, 91 and 42. RGB value is (102,145,66). Sum of RGB (Red+Green+Blue) = 102+145+66=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #669142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669142 is #996EBD. Grayscale: #7B7B7B. Windows color (decimal): -10055358 or 4362598. OLE color: 4362598.

HSL color Cylindrical-coordinate representation of color #669142: hue angle of 92.66º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669142 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 145 66 -
CMYK 0.30 0 0.54 0.43
HSL 92.66º 0.37% 0.41% -
HSV(B) 92.66º 0.54% 0.57% -
XYZ 16.59 23.47 8.81 -
YUV 123.14 95.75 112.92 -
System Red Green Blue C M Y K H S L
Decimal 102 145 66 0.30 0 0.54 0.43 92.66 0.37 0.41
Hex 66 91 42 1E 0 36 2B 5D 25 29
Octal 146 221 102 36 0 66 53 135 45 51
Binary 1100110 10010001 1000010 11110 0 110110 101011 1011101 100101 101001

Color Harmonies of #669142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669142

Black with #669142

Text Example


Text Example

White with #669142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669142; }

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

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

background-color css

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

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

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

border-color css

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

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

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