Html Css Color HEX #76700B Olive

📋 copy color: '#76700B'

red 118 ◦ green 112 ◦ blue 11

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

Shades of Olive #76700B

Tints of Olive #76700B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

 BLUE value IS 11 (4.69% from 255) = 4.56%

R = 48.96%
G = 46.47%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76700B (or 0x76700B) is known color: Olive. HEX triplet: 76, 70 and 0B. RGB value is (118,112,11). Sum of RGB (Red+Green+Blue) = 118+112+11=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #76700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76700B is #898FF4. Grayscale: #666666. Windows color (decimal): -9015285 or 749686. OLE color: 749686.

HSL color Cylindrical-coordinate representation of color #76700B: hue angle of 56.64º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76700B is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 11 -
CMYK 0 0.05 0.91 0.54
HSL 56.64º 0.83% 0.25% -
HSV(B) 56.64º 0.91% 0.46% -
XYZ 13.33 15.46 2.6 -
YUV 102.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 118 112 11 0 0.05 0.91 0.54 56.64 0.83 0.25
Hex 76 70 B 0 5 5B 36 39 53 19
Octal 166 160 13 0 5 133 66 71 123 31
Binary 1110110 1110000 1011 0 101 1011011 110110 111001 1010011 11001

Color Harmonies of #76700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76700B

Black with #76700B

Text Example


Text Example

White with #76700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76700B; }

 p { color: rgb(118,112,11); }

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

background-color css

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

 a { background-color: rgb(118,112,11); }

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

border-color css

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

 span { border-color: rgb(118,112,11); }

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