Html Css Color HEX #767205 Olive

📋 copy color: '#767205'

red 118 ◦ green 114 ◦ blue 5

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

Shades of Olive #767205

Tints of Olive #767205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.1%

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 49.79%
G = 48.1%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#767205 (or 0x767205) is known color: Olive. HEX triplet: 76, 72 and 05. RGB value is (118,114,5). Sum of RGB (Red+Green+Blue) = 118+114+5=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #767205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767205 is #898DFA. Grayscale: #676767. Windows color (decimal): -9014779 or 356982. OLE color: 356982.

HSL color Cylindrical-coordinate representation of color #767205: hue angle of 57.88º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #767205 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 114 5 -
CMYK 0 0.03 0.96 0.54
HSL 57.88º 0.92% 0.24% -
HSV(B) 57.88º 0.96% 0.46% -
XYZ 13.52 15.9 2.5 -
YUV 102.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 118 114 5 0 0.03 0.96 0.54 57.88 0.92 0.24
Hex 76 72 5 0 3 60 36 3A 5C 18
Octal 166 162 5 0 3 140 66 72 134 30
Binary 1110110 1110010 101 0 11 1100000 110110 111010 1011100 11000

Color Harmonies of #767205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767205

Black with #767205

Text Example


Text Example

White with #767205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767205; }

 p { color: rgb(118,114,5); }

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

background-color css

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

 a { background-color: rgb(118,114,5); }

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

border-color css

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

 span { border-color: rgb(118,114,5); }

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