Html Css Color HEX #76810F Olive

📋 copy color: '#76810F'

red 118 ◦ green 129 ◦ blue 15

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

Shades of Olive #76810F

Tints of Olive #76810F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.24%

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 45.04%
G = 49.24%
B = 5.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#76810F (or 0x76810F) is known color: Olive. HEX triplet: 76, 81 and 0F. RGB value is (118,129,15). Sum of RGB (Red+Green+Blue) = 118+129+15=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #76810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76810F is #897EF0. Grayscale: #717171. Windows color (decimal): -9010929 or 1016182. OLE color: 1016182.

HSL color Cylindrical-coordinate representation of color #76810F: hue angle of 65.79º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76810F is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 15 -
CMYK 0.09 0 0.88 0.49
HSL 65.79º 0.79% 0.28% -
HSV(B) 65.79º 0.88% 0.51% -
XYZ 15.41 19.59 3.42 -
YUV 112.72 72.86 131.77 -
System Red Green Blue C M Y K H S L
Decimal 118 129 15 0.09 0 0.88 0.49 65.79 0.79 0.28
Hex 76 81 F 9 0 58 31 42 4F 1C
Octal 166 201 17 11 0 130 61 102 117 34
Binary 1110110 10000001 1111 1001 0 1011000 110001 1000010 1001111 11100

Color Harmonies of #76810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76810F

Black with #76810F

Text Example


Text Example

White with #76810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76810F; }

 p { color: rgb(118,129,15); }

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

background-color css

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

 a { background-color: rgb(118,129,15); }

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

border-color css

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

 span { border-color: rgb(118,129,15); }

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