Html Css Color HEX #669242 Dingley

📋 copy color: '#669242'

red 102 ◦ green 146 ◦ blue 66

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

Shades of Dingley #669242

Tints of Dingley #669242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.5%

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

R = 32.48%
G = 46.5%
B = 21.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#669242 (or 0x669242) is known color: Dingley. HEX triplet: 66, 92 and 42. RGB value is (102,146,66). Sum of RGB (Red+Green+Blue) = 102+146+66=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #669242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669242 is #996DBD. Grayscale: #7C7C7C. Windows color (decimal): -10055102 or 4362854. OLE color: 4362854.

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

Color convert

RGB 102 146 66 -
CMYK 0.30 0 0.55 0.43
HSL 93º 0.38% 0.42% -
HSV(B) 93º 0.55% 0.57% -
XYZ 16.74 23.78 8.86 -
YUV 123.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 102 146 66 0.30 0 0.55 0.43 93 0.38 0.42
Hex 66 92 42 1E 0 37 2B 5D 26 2A
Octal 146 222 102 36 0 67 53 135 46 52
Binary 1100110 10010010 1000010 11110 0 110111 101011 1011101 100110 101010

Color Harmonies of #669242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669242

Black with #669242

Text Example


Text Example

White with #669242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669242; }

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

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

background-color css

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

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

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

border-color css

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

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

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