Html Css Color HEX #668509 Olive Drab

📋 copy color: '#668509'

red 102 ◦ green 133 ◦ blue 9

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

Shades of Olive Drab #668509

Tints of Olive Drab #668509

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.51%

 BLUE value IS 9 (3.91% from 255) = 3.69%

R = 41.8%
G = 54.51%
B = 3.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#668509 (or 0x668509) is known color: Olive Drab. HEX triplet: 66, 85 and 09. RGB value is (102,133,9). Sum of RGB (Red+Green+Blue) = 102+133+9=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #668509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668509 is #997AF6. Grayscale: #6E6E6E. Windows color (decimal): -10058487 or 623974. OLE color: 623974.

HSL color Cylindrical-coordinate representation of color #668509: hue angle of 75º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #668509 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 9 -
CMYK 0.23 0 0.93 0.48
HSL 75º 0.87% 0.28% -
HSV(B) 75º 0.93% 0.52% -
XYZ 13.92 19.62 3.31 -
YUV 109.6 71.23 122.58 -
System Red Green Blue C M Y K H S L
Decimal 102 133 9 0.23 0 0.93 0.48 75 0.87 0.28
Hex 66 85 9 17 0 5D 30 4B 57 1C
Octal 146 205 11 27 0 135 60 113 127 34
Binary 1100110 10000101 1001 10111 0 1011101 110000 1001011 1010111 11100

Color Harmonies of #668509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668509

Black with #668509

Text Example


Text Example

White with #668509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668509; }

 p { color: rgb(102,133,9); }

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

background-color css

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

 a { background-color: rgb(102,133,9); }

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

border-color css

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

 span { border-color: rgb(102,133,9); }

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