Html Css Color HEX #669704 Olive Drab

📋 copy color: '#669704'

red 102 ◦ green 151 ◦ blue 4

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

Shades of Olive Drab #669704

Tints of Olive Drab #669704

RGB

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

 GREEN value IS 151 (59.38% from 255) = 58.75%

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

R = 39.69%
G = 58.75%
B = 1.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#669704 (or 0x669704) is known color: Olive Drab. HEX triplet: 66, 97 and 04. RGB value is (102,151,4). Sum of RGB (Red+Green+Blue) = 102+151+4=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 151 (59.38% from 255 or 58.75% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 151 - color contains mainly: green. Hex color #669704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669704 is #9968FB. Grayscale: #787878. Windows color (decimal): -10053884 or 300902. OLE color: 300902.

HSL color Cylindrical-coordinate representation of color #669704: hue angle of 80º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #669704 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 151 4 -
CMYK 0.32 0 0.97 0.41
HSL 80º 0.95% 0.3% -
HSV(B) 80º 0.97% 0.59% -
XYZ 16.57 24.97 4.06 -
YUV 119.59 62.77 115.45 -
System Red Green Blue C M Y K H S L
Decimal 102 151 4 0.32 0 0.97 0.41 80 0.95 0.3
Hex 66 97 4 20 0 61 29 50 5F 1E
Octal 146 227 4 40 0 141 51 120 137 36
Binary 1100110 10010111 100 100000 0 1100001 101001 1010000 1011111 11110

Color Harmonies of #669704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669704

Black with #669704

Text Example


Text Example

White with #669704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669704; }

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

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

background-color css

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

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

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

border-color css

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

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

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