Html Css Color HEX #668825 Olive Drab

📋 copy color: '#668825'

red 102 ◦ green 136 ◦ blue 37

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

Shades of Olive Drab #668825

Tints of Olive Drab #668825

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.45%

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

R = 37.09%
G = 49.45%
B = 13.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#668825 (or 0x668825) is known color: Olive Drab. HEX triplet: 66, 88 and 25. RGB value is (102,136,37). Sum of RGB (Red+Green+Blue) = 102+136+37=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #668825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668825 is #9977DA. Grayscale: #727272. Windows color (decimal): -10057691 or 2459750. OLE color: 2459750.

HSL color Cylindrical-coordinate representation of color #668825: hue angle of 80.61º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #668825 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 37 -
CMYK 0.25 0 0.73 0.47
HSL 80.61º 0.57% 0.34% -
HSV(B) 80.61º 0.73% 0.53% -
XYZ 14.62 20.57 4.95 -
YUV 114.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 102 136 37 0.25 0 0.73 0.47 80.61 0.57 0.34
Hex 66 88 25 19 0 49 2F 51 39 22
Octal 146 210 45 31 0 111 57 121 71 42
Binary 1100110 10001000 100101 11001 0 1001001 101111 1010001 111001 100010

Color Harmonies of #668825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668825

Black with #668825

Text Example


Text Example

White with #668825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668825; }

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

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

background-color css

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

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

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

border-color css

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

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

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