Html Css Color HEX #766504 Olive

📋 copy color: '#766504'

red 118 ◦ green 101 ◦ blue 4

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

Shades of Olive #766504

Tints of Olive #766504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.29%

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

R = 52.91%
G = 45.29%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#766504 (or 0x766504) is known color: Olive. HEX triplet: 76, 65 and 04. RGB value is (118,101,4). Sum of RGB (Red+Green+Blue) = 118+101+4=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #766504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766504 is #899AFB. Grayscale: #5F5F5F. Windows color (decimal): -9018108 or 288118. OLE color: 288118.

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

Color convert

RGB 118 101 4 -
CMYK 0 0.14 0.97 0.54
HSL 51.05º 0.93% 0.24% -
HSV(B) 51.05º 0.97% 0.46% -
XYZ 12.15 13.17 2.02 -
YUV 95.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 118 101 4 0 0.14 0.97 0.54 51.05 0.93 0.24
Hex 76 65 4 0 E 61 36 33 5D 18
Octal 166 145 4 0 16 141 66 63 135 30
Binary 1110110 1100101 100 0 1110 1100001 110110 110011 1011101 11000

Color Harmonies of #766504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766504

Black with #766504

Text Example


Text Example

White with #766504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766504; }

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

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

background-color css

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

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

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

border-color css

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

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

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