Html Css Color HEX #669144 Dingley

📋 copy color: '#669144'

red 102 ◦ green 145 ◦ blue 68

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

Shades of Dingley #669144

Tints of Dingley #669144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 32.38%
G = 46.03%
B = 21.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#669144 (or 0x669144) is known color: Dingley. HEX triplet: 66, 91 and 44. RGB value is (102,145,68). Sum of RGB (Red+Green+Blue) = 102+145+68=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #669144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669144 is #996EBB. Grayscale: #7B7B7B. Windows color (decimal): -10055356 or 4493670. OLE color: 4493670.

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

Color convert

RGB 102 145 68 -
CMYK 0.30 0 0.53 0.43
HSL 93.51º 0.36% 0.42% -
HSV(B) 93.51º 0.53% 0.57% -
XYZ 16.65 23.49 9.13 -
YUV 123.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 102 145 68 0.30 0 0.53 0.43 93.51 0.36 0.42
Hex 66 91 44 1E 0 35 2B 5E 24 2A
Octal 146 221 104 36 0 65 53 136 44 52
Binary 1100110 10010001 1000100 11110 0 110101 101011 1011110 100100 101010

Color Harmonies of #669144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669144

Black with #669144

Text Example


Text Example

White with #669144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669144; }

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

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

background-color css

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

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

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

border-color css

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

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

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