Html Css Color HEX #668304 Olive

📋 copy color: '#668304'

red 102 ◦ green 131 ◦ blue 4

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

Shades of Olive #668304

Tints of Olive #668304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.27%

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

R = 43.04%
G = 55.27%
B = 1.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#668304 (or 0x668304) is known color: Olive. HEX triplet: 66, 83 and 04. RGB value is (102,131,4). Sum of RGB (Red+Green+Blue) = 102+131+4=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #668304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668304 is #997CFB. Grayscale: #6C6C6C. Windows color (decimal): -10059004 or 295782. OLE color: 295782.

HSL color Cylindrical-coordinate representation of color #668304: hue angle of 73.7º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #668304 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 4 -
CMYK 0.22 0 0.97 0.49
HSL 73.7º 0.94% 0.26% -
HSV(B) 73.7º 0.97% 0.51% -
XYZ 13.62 19.07 3.08 -
YUV 107.85 69.39 123.83 -
System Red Green Blue C M Y K H S L
Decimal 102 131 4 0.22 0 0.97 0.49 73.7 0.94 0.26
Hex 66 83 4 16 0 61 31 4A 5E 1A
Octal 146 203 4 26 0 141 61 112 136 32
Binary 1100110 10000011 100 10110 0 1100001 110001 1001010 1011110 11010

Color Harmonies of #668304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668304

Black with #668304

Text Example


Text Example

White with #668304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668304; }

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

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

background-color css

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

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

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

border-color css

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

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

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