Html Css Color HEX #668225 Olive Drab

📋 copy color: '#668225'

red 102 ◦ green 130 ◦ blue 37

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

Shades of Olive Drab #668225

Tints of Olive Drab #668225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.33%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 37.92%
G = 48.33%
B = 13.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#668225 (or 0x668225) is known color: Olive Drab. HEX triplet: 66, 82 and 25. RGB value is (102,130,37). Sum of RGB (Red+Green+Blue) = 102+130+37=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #668225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668225 is #997DDA. Grayscale: #6F6F6F. Windows color (decimal): -10059227 or 2458214. OLE color: 2458214.

HSL color Cylindrical-coordinate representation of color #668225: hue angle of 78.06º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #668225 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 37 -
CMYK 0.22 0 0.72 0.49
HSL 78.06º 0.56% 0.33% -
HSV(B) 78.06º 0.72% 0.51% -
XYZ 13.8 18.92 4.68 -
YUV 111.03 86.22 121.56 -
System Red Green Blue C M Y K H S L
Decimal 102 130 37 0.22 0 0.72 0.49 78.06 0.56 0.33
Hex 66 82 25 16 0 48 31 4E 38 21
Octal 146 202 45 26 0 110 61 116 70 41
Binary 1100110 10000010 100101 10110 0 1001000 110001 1001110 111000 100001

Color Harmonies of #668225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668225

Black with #668225

Text Example


Text Example

White with #668225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668225; }

 p { color: rgb(102,130,37); }

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

background-color css

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

 a { background-color: rgb(102,130,37); }

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

border-color css

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

 span { border-color: rgb(102,130,37); }

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