Html Css Color HEX #768004 Olive

📋 copy color: '#768004'

red 118 ◦ green 128 ◦ blue 4

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

Shades of Olive #768004

Tints of Olive #768004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.2%

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

R = 47.2%
G = 51.2%
B = 1.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#768004 (or 0x768004) is known color: Olive. HEX triplet: 76, 80 and 04. RGB value is (118,128,4). Sum of RGB (Red+Green+Blue) = 118+128+4=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #768004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768004 is #897FFB. Grayscale: #6F6F6F. Windows color (decimal): -9011196 or 295030. OLE color: 295030.

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

Color convert

RGB 118 128 4 -
CMYK 0.08 0 0.97 0.50
HSL 64.84º 0.94% 0.26% -
HSV(B) 64.84º 0.97% 0.5% -
XYZ 15.21 19.3 3.04 -
YUV 110.87 67.69 133.08 -
System Red Green Blue C M Y K H S L
Decimal 118 128 4 0.08 0 0.97 0.50 64.84 0.94 0.26
Hex 76 80 4 8 0 61 32 41 5E 1A
Octal 166 200 4 10 0 141 62 101 136 32
Binary 1110110 10000000 100 1000 0 1100001 110010 1000001 1011110 11010

Color Harmonies of #768004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768004

Black with #768004

Text Example


Text Example

White with #768004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768004; }

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

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

background-color css

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

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

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

border-color css

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

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

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