Html Css Color HEX #766904 Olive

📋 copy color: '#766904'

red 118 ◦ green 105 ◦ blue 4

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

Shades of Olive #766904

Tints of Olive #766904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.26%

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

R = 51.98%
G = 46.26%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#766904 (or 0x766904) is known color: Olive. HEX triplet: 76, 69 and 04. RGB value is (118,105,4). Sum of RGB (Red+Green+Blue) = 118+105+4=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 105 (41.41% from 255 or 46.26% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #766904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766904 is #8996FB. Grayscale: #616161. Windows color (decimal): -9017084 or 289142. OLE color: 289142.

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

Color convert

RGB 118 105 4 -
CMYK 0 0.11 0.97 0.54
HSL 53.16º 0.93% 0.24% -
HSV(B) 53.16º 0.97% 0.46% -
XYZ 12.54 13.96 2.15 -
YUV 97.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 118 105 4 0 0.11 0.97 0.54 53.16 0.93 0.24
Hex 76 69 4 0 B 61 36 35 5D 18
Octal 166 151 4 0 13 141 66 65 135 30
Binary 1110110 1101001 100 0 1011 1100001 110110 110101 1011101 11000

Color Harmonies of #766904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766904

Black with #766904

Text Example


Text Example

White with #766904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766904; }

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

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

background-color css

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

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

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

border-color css

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

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

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