Html Css Color HEX #66990F Olive Drab

📋 copy color: '#66990F'

red 102 ◦ green 153 ◦ blue 15

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

Shades of Olive Drab #66990F

Tints of Olive Drab #66990F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.67%

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 37.78%
G = 56.67%
B = 5.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#66990F (or 0x66990F) is known color: Olive Drab. HEX triplet: 66, 99 and 0F. RGB value is (102,153,15). Sum of RGB (Red+Green+Blue) = 102+153+15=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #66990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66990F is #9966F0. Grayscale: #7A7A7A. Windows color (decimal): -10053361 or 1022310. OLE color: 1022310.

HSL color Cylindrical-coordinate representation of color #66990F: hue angle of 82.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66990F is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 15 -
CMYK 0.33 0 0.90 0.4
HSL 82.17º 0.82% 0.33% -
HSV(B) 82.17º 0.9% 0.6% -
XYZ 16.96 25.64 4.51 -
YUV 122.02 67.6 113.72 -
System Red Green Blue C M Y K H S L
Decimal 102 153 15 0.33 0 0.90 0.4 82.17 0.82 0.33
Hex 66 99 F 21 0 5A 28 52 52 21
Octal 146 231 17 41 0 132 50 122 122 41
Binary 1100110 10011001 1111 100001 0 1011010 101000 1010010 1010010 100001

Color Harmonies of #66990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66990F

Black with #66990F

Text Example


Text Example

White with #66990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66990F; }

 p { color: rgb(102,153,15); }

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

background-color css

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

 a { background-color: rgb(102,153,15); }

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

border-color css

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

 span { border-color: rgb(102,153,15); }

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