Html Css Color HEX #766A04 Olive

📋 copy color: '#766A04'

red 118 ◦ green 106 ◦ blue 4

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

Shades of Olive #766A04

Tints of Olive #766A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.49%

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

R = 51.75%
G = 46.49%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#766A04 (or 0x766A04) is known color: Olive. HEX triplet: 76, 6A and 04. RGB value is (118,106,4). Sum of RGB (Red+Green+Blue) = 118+106+4=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #766A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A04 is #8995FB. Grayscale: #626262. Windows color (decimal): -9016828 or 289398. OLE color: 289398.

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

Color convert

RGB 118 106 4 -
CMYK 0 0.10 0.97 0.54
HSL 53.68º 0.93% 0.24% -
HSV(B) 53.68º 0.97% 0.46% -
XYZ 12.65 14.17 2.18 -
YUV 97.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 118 106 4 0 0.10 0.97 0.54 53.68 0.93 0.24
Hex 76 6A 4 0 A 61 36 36 5D 18
Octal 166 152 4 0 12 141 66 66 135 30
Binary 1110110 1101010 100 0 1010 1100001 110110 110110 1011101 11000

Color Harmonies of #766A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A04

Black with #766A04

Text Example


Text Example

White with #766A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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