Html Css Color HEX #767404 Olive

📋 copy color: '#767404'

red 118 ◦ green 116 ◦ blue 4

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

Shades of Olive #767404

Tints of Olive #767404

RGB

 RED value IS 118 (46.48% from 255) = 49.58%

 GREEN value IS 116 (45.7% from 255) = 48.74%

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

R = 49.58%
G = 48.74%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#767404 (or 0x767404) is known color: Olive. HEX triplet: 76, 74 and 04. RGB value is (118,116,4). Sum of RGB (Red+Green+Blue) = 118+116+4=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #767404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767404 is #898BFB. Grayscale: #686868. Windows color (decimal): -9014268 or 291958. OLE color: 291958.

HSL color Cylindrical-coordinate representation of color #767404: hue angle of 58.95º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #767404 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 4 -
CMYK 0 0.02 0.97 0.54
HSL 58.95º 0.93% 0.24% -
HSV(B) 58.95º 0.97% 0.46% -
XYZ 13.74 16.35 2.55 -
YUV 103.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 118 116 4 0 0.02 0.97 0.54 58.95 0.93 0.24
Hex 76 74 4 0 2 61 36 3B 5D 18
Octal 166 164 4 0 2 141 66 73 135 30
Binary 1110110 1110100 100 0 10 1100001 110110 111011 1011101 11000

Color Harmonies of #767404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767404

Black with #767404

Text Example


Text Example

White with #767404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767404; }

 p { color: rgb(118,116,4); }

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

background-color css

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

 a { background-color: rgb(118,116,4); }

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

border-color css

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

 span { border-color: rgb(118,116,4); }

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