#77810F

Color #77810F Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #77810F

Tints of Olive #77810F

Color information

#77810F (or 0x77810F) is unknown color: approx Olive. HEX triplet: 77, 81 and 0F. RGB value is (119,129,15). Sum of RGB (Red+Green+Blue) = 119+129+15=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #77810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77810F is #887EF0. Grayscale: #717171. Windows color (decimal): -8945393 or 1016183. OLE color: 1016183.

HSL color Cylindrical-coordinate representation of color #77810F: hue angle of 65.26º 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 #77810F is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB11912915-
CMYK0.0800.880.49
HSL65.26º79.17%28.24%-
HSV(B)65.26º88.37%50.59%-
XYZ15.5419.663.43-
YUV113.0172.69132.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 129 (50.78% from 255) = 49.05%
BLUE value IS 15 (6.25% from 255) = 5.70%
R=45.25%
G=49.05%
B=5.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119129150.0800.880.4965.2679.1728.24
Hex7781F805831414f1c
Octal167201171001306110111734
Binary11101111000000111111000010110001100011000001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77810F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77810F;
 }
 .AnyTagClassName
 {
   color: #77810F;
 }
</style>
background-color css

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

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

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

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

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

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