Html Css Color HEX #77810F Olive

📋 copy color: '#77810F'

red 119 ◦ green 129 ◦ blue 15

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

Shades of Olive #77810F

Tints of Olive #77810F

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.7%

R = 45.25%
G = 49.05%
B = 5.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#77810F (or 0x77810F) is known color: 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

RGB 119 129 15 -
CMYK 0.08 0 0.88 0.49
HSL 65.26º 0.79% 0.28% -
HSV(B) 65.26º 0.88% 0.51% -
XYZ 15.54 19.66 3.43 -
YUV 113.01 72.69 132.27 -
System Red Green Blue C M Y K H S L
Decimal 119 129 15 0.08 0 0.88 0.49 65.26 0.79 0.28
Hex 77 81 F 8 0 58 31 41 4F 1C
Octal 167 201 17 10 0 130 61 101 117 34
Binary 1110111 10000001 1111 1000 0 1011000 110001 1000001 1001111 11100

Color Harmonies of #77810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77810F

Black with #77810F

Text Example


Text Example

White with #77810F

Text Example


Text Example

HTML Codes & Css Web 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>