Html Css Color HEX #767504 Olive

📋 copy color: '#767504'

red 118 ◦ green 117 ◦ blue 4

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

Shades of Olive #767504

Tints of Olive #767504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.95%

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

R = 49.37%
G = 48.95%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#767504 (or 0x767504) is known color: Olive. HEX triplet: 76, 75 and 04. RGB value is (118,117,4). Sum of RGB (Red+Green+Blue) = 118+117+4=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #767504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767504 is #898AFB. Grayscale: #686868. Windows color (decimal): -9014012 or 292214. OLE color: 292214.

HSL color Cylindrical-coordinate representation of color #767504: hue angle of 59.47º 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 #767504 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 4 -
CMYK 0 0.01 0.97 0.54
HSL 59.47º 0.93% 0.24% -
HSV(B) 59.47º 0.97% 0.46% -
XYZ 13.85 16.58 2.59 -
YUV 104.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 118 117 4 0 0.01 0.97 0.54 59.47 0.93 0.24
Hex 76 75 4 0 1 61 36 3B 5D 18
Octal 166 165 4 0 1 141 66 73 135 30
Binary 1110110 1110101 100 0 1 1100001 110110 111011 1011101 11000

Color Harmonies of #767504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767504

Black with #767504

Text Example


Text Example

White with #767504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767504; }

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

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

background-color css

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

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

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

border-color css

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

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

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