Html Css Color HEX #76840D Olive

📋 copy color: '#76840D'

red 118 ◦ green 132 ◦ blue 13

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

Shades of Olive #76840D

Tints of Olive #76840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.19%

 BLUE value IS 13 (5.47% from 255) = 4.94%

R = 44.87%
G = 50.19%
B = 4.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#76840D (or 0x76840D) is known color: Olive. HEX triplet: 76, 84 and 0D. RGB value is (118,132,13). Sum of RGB (Red+Green+Blue) = 118+132+13=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #76840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76840D is #897BF2. Grayscale: #727272. Windows color (decimal): -9010163 or 885878. OLE color: 885878.

HSL color Cylindrical-coordinate representation of color #76840D: hue angle of 67.06º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76840D is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 13 -
CMYK 0.11 0 0.90 0.48
HSL 67.06º 0.82% 0.28% -
HSV(B) 67.06º 0.9% 0.52% -
XYZ 15.8 20.38 3.48 -
YUV 114.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 118 132 13 0.11 0 0.90 0.48 67.06 0.82 0.28
Hex 76 84 D B 0 5A 30 43 52 1C
Octal 166 204 15 13 0 132 60 103 122 34
Binary 1110110 10000100 1101 1011 0 1011010 110000 1000011 1010010 11100

Color Harmonies of #76840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76840D

Black with #76840D

Text Example


Text Example

White with #76840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76840D; }

 p { color: rgb(118,132,13); }

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

background-color css

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

 a { background-color: rgb(118,132,13); }

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

border-color css

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

 span { border-color: rgb(118,132,13); }

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