Html Css Color HEX #669304 Olive Drab

📋 copy color: '#669304'

red 102 ◦ green 147 ◦ blue 4

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

Shades of Olive Drab #669304

Tints of Olive Drab #669304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 58.1%

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

R = 40.32%
G = 58.1%
B = 1.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#669304 (or 0x669304) is known color: Olive Drab. HEX triplet: 66, 93 and 04. RGB value is (102,147,4). Sum of RGB (Red+Green+Blue) = 102+147+4=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #669304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669304 is #996CFB. Grayscale: #757575. Windows color (decimal): -10054908 or 299878. OLE color: 299878.

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

Color convert

RGB 102 147 4 -
CMYK 0.31 0 0.97 0.42
HSL 78.88º 0.95% 0.3% -
HSV(B) 78.88º 0.97% 0.58% -
XYZ 15.94 23.7 3.85 -
YUV 117.24 64.09 117.13 -
System Red Green Blue C M Y K H S L
Decimal 102 147 4 0.31 0 0.97 0.42 78.88 0.95 0.3
Hex 66 93 4 1F 0 61 2A 4F 5F 1E
Octal 146 223 4 37 0 141 52 117 137 36
Binary 1100110 10010011 100 11111 0 1100001 101010 1001111 1011111 11110

Color Harmonies of #669304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669304

Black with #669304

Text Example


Text Example

White with #669304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669304; }

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

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

background-color css

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

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

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

border-color css

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

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

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