Html Css Color HEX #669125 Olive Drab

📋 copy color: '#669125'

red 102 ◦ green 145 ◦ blue 37

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

Shades of Olive Drab #669125

Tints of Olive Drab #669125

RGB

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

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

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

R = 35.92%
G = 51.06%
B = 13.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#669125 (or 0x669125) is known color: Olive Drab. HEX triplet: 66, 91 and 25. RGB value is (102,145,37). Sum of RGB (Red+Green+Blue) = 102+145+37=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #669125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669125 is #996EDA. Grayscale: #787878. Windows color (decimal): -10055387 or 2462054. OLE color: 2462054.

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

Color convert

RGB 102 145 37 -
CMYK 0.30 0 0.74 0.43
HSL 83.89º 0.59% 0.36% -
HSV(B) 83.89º 0.74% 0.57% -
XYZ 15.94 23.21 5.39 -
YUV 119.83 81.25 115.28 -
System Red Green Blue C M Y K H S L
Decimal 102 145 37 0.30 0 0.74 0.43 83.89 0.59 0.36
Hex 66 91 25 1E 0 4A 2B 54 3B 24
Octal 146 221 45 36 0 112 53 124 73 44
Binary 1100110 10010001 100101 11110 0 1001010 101011 1010100 111011 100100

Color Harmonies of #669125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669125

Black with #669125

Text Example


Text Example

White with #669125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669125; }

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

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

background-color css

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

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

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

border-color css

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

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

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