Html Css Color HEX #76850D Olive

📋 copy color: '#76850D'

red 118 ◦ green 133 ◦ blue 13

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

Shades of Olive #76850D

Tints of Olive #76850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.38%

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

R = 44.7%
G = 50.38%
B = 4.92%

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

#76850D (or 0x76850D) is known color: Olive. HEX triplet: 76, 85 and 0D. RGB value is (118,133,13). Sum of RGB (Red+Green+Blue) = 118+133+13=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #76850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76850D is #897AF2. Grayscale: #737373. Windows color (decimal): -9009907 or 886134. OLE color: 886134.

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

Color convert

RGB 118 133 13 -
CMYK 0.11 0 0.90 0.48
HSL 67.5º 0.82% 0.29% -
HSV(B) 67.5º 0.9% 0.52% -
XYZ 15.93 20.66 3.53 -
YUV 114.84 70.53 130.26 -
System Red Green Blue C M Y K H S L
Decimal 118 133 13 0.11 0 0.90 0.48 67.5 0.82 0.29
Hex 76 85 D B 0 5A 30 44 52 1D
Octal 166 205 15 13 0 132 60 104 122 35
Binary 1110110 10000101 1101 1011 0 1011010 110000 1000100 1010010 11101

Color Harmonies of #76850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76850D

Black with #76850D

Text Example


Text Example

White with #76850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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