Html Css Color HEX #668941 Dingley

📋 copy color: '#668941'

red 102 ◦ green 137 ◦ blue 65

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

Shades of Dingley #668941

Tints of Dingley #668941

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

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

R = 33.55%
G = 45.07%
B = 21.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#668941 (or 0x668941) is known color: Dingley. HEX triplet: 66, 89 and 41. RGB value is (102,137,65). Sum of RGB (Red+Green+Blue) = 102+137+65=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #668941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668941 is #9976BE. Grayscale: #767676. Windows color (decimal): -10057407 or 4295014. OLE color: 4295014.

HSL color Cylindrical-coordinate representation of color #668941: hue angle of 89.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668941 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 65 -
CMYK 0.26 0 0.53 0.46
HSL 89.17º 0.36% 0.4% -
HSV(B) 89.17º 0.53% 0.54% -
XYZ 15.38 21.1 8.26 -
YUV 118.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 102 137 65 0.26 0 0.53 0.46 89.17 0.36 0.4
Hex 66 89 41 1A 0 35 2E 59 24 28
Octal 146 211 101 32 0 65 56 131 44 50
Binary 1100110 10001001 1000001 11010 0 110101 101110 1011001 100100 101000

Color Harmonies of #668941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668941

Black with #668941

Text Example


Text Example

White with #668941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668941; }

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

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

background-color css

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

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

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

border-color css

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

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

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