Html Css Color HEX #669041 Dingley

📋 copy color: '#669041'

red 102 ◦ green 144 ◦ blue 65

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

Shades of Dingley #669041

Tints of Dingley #669041

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.3%

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 32.8%
G = 46.3%
B = 20.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#669041 (or 0x669041) is known color: Dingley. HEX triplet: 66, 90 and 41. RGB value is (102,144,65). Sum of RGB (Red+Green+Blue) = 102+144+65=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #669041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669041 is #996FBE. Grayscale: #7A7A7A. Windows color (decimal): -10055615 or 4296806. OLE color: 4296806.

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

Color convert

RGB 102 144 65 -
CMYK 0.29 0 0.55 0.44
HSL 91.9º 0.38% 0.41% -
HSV(B) 91.9º 0.55% 0.56% -
XYZ 16.41 23.15 8.61 -
YUV 122.44 95.59 113.42 -
System Red Green Blue C M Y K H S L
Decimal 102 144 65 0.29 0 0.55 0.44 91.9 0.38 0.41
Hex 66 90 41 1D 0 37 2C 5C 26 29
Octal 146 220 101 35 0 67 54 134 46 51
Binary 1100110 10010000 1000001 11101 0 110111 101100 1011100 100110 101001

Color Harmonies of #669041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669041

Black with #669041

Text Example


Text Example

White with #669041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669041; }

 p { color: rgb(102,144,65); }

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

background-color css

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

 a { background-color: rgb(102,144,65); }

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

border-color css

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

 span { border-color: rgb(102,144,65); }

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