Html Css Color HEX #66900D Olive Drab

📋 copy color: '#66900D'

red 102 ◦ green 144 ◦ blue 13

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

Shades of Olive Drab #66900D

Tints of Olive Drab #66900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.6%

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 39.38%
G = 55.6%
B = 5.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#66900D (or 0x66900D) is known color: Olive Drab. HEX triplet: 66, 90 and 0D. RGB value is (102,144,13). Sum of RGB (Red+Green+Blue) = 102+144+13=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #66900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66900D is #996FF2. Grayscale: #747474. Windows color (decimal): -10055667 or 888934. OLE color: 888934.

HSL color Cylindrical-coordinate representation of color #66900D: hue angle of 79.24º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66900D is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 13 -
CMYK 0.29 0 0.91 0.44
HSL 79.24º 0.83% 0.31% -
HSV(B) 79.24º 0.91% 0.56% -
XYZ 15.53 22.8 3.96 -
YUV 116.51 69.59 117.65 -
System Red Green Blue C M Y K H S L
Decimal 102 144 13 0.29 0 0.91 0.44 79.24 0.83 0.31
Hex 66 90 D 1D 0 5B 2C 4F 53 1F
Octal 146 220 15 35 0 133 54 117 123 37
Binary 1100110 10010000 1101 11101 0 1011011 101100 1001111 1010011 11111

Color Harmonies of #66900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66900D

Black with #66900D

Text Example


Text Example

White with #66900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66900D; }

 p { color: rgb(102,144,13); }

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

background-color css

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

 a { background-color: rgb(102,144,13); }

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

border-color css

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

 span { border-color: rgb(102,144,13); }

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