Html Css Color HEX #668504 Olive Drab

📋 copy color: '#668504'

red 102 ◦ green 133 ◦ blue 4

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

Shades of Olive Drab #668504

Tints of Olive Drab #668504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 42.68%
G = 55.65%
B = 1.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#668504 (or 0x668504) is known color: Olive Drab. HEX triplet: 66, 85 and 04. RGB value is (102,133,4). Sum of RGB (Red+Green+Blue) = 102+133+4=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #668504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668504 is #997AFB. Grayscale: #6D6D6D. Windows color (decimal): -10058492 or 296294. OLE color: 296294.

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

Color convert

RGB 102 133 4 -
CMYK 0.23 0 0.97 0.48
HSL 74.42º 0.94% 0.27% -
HSV(B) 74.42º 0.97% 0.52% -
XYZ 13.89 19.61 3.17 -
YUV 109.03 68.73 122.99 -
System Red Green Blue C M Y K H S L
Decimal 102 133 4 0.23 0 0.97 0.48 74.42 0.94 0.27
Hex 66 85 4 17 0 61 30 4A 5E 1B
Octal 146 205 4 27 0 141 60 112 136 33
Binary 1100110 10000101 100 10111 0 1100001 110000 1001010 1011110 11011

Color Harmonies of #668504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668504

Black with #668504

Text Example


Text Example

White with #668504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668504; }

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

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

background-color css

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

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

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

border-color css

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

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

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