Html Css Color HEX #777005 Olive

📋 copy color: '#777005'

red 119 ◦ green 112 ◦ blue 5

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

Shades of Olive #777005

Tints of Olive #777005

RGB

 RED value IS 119 (46.88% from 255) = 50.42%

 GREEN value IS 112 (44.14% from 255) = 47.46%

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 50.42%
G = 47.46%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#777005 (or 0x777005) is known color: Olive. HEX triplet: 77, 70 and 05. RGB value is (119,112,5). Sum of RGB (Red+Green+Blue) = 119+112+5=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #777005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777005 is #888FFA. Grayscale: #666666. Windows color (decimal): -8949755 or 356471. OLE color: 356471.

HSL color Cylindrical-coordinate representation of color #777005: hue angle of 56.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #777005 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 5 -
CMYK 0 0.06 0.96 0.53
HSL 56.32º 0.92% 0.24% -
HSV(B) 56.32º 0.96% 0.47% -
XYZ 13.43 15.52 2.43 -
YUV 101.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 119 112 5 0 0.06 0.96 0.53 56.32 0.92 0.24
Hex 77 70 5 0 6 60 35 38 5C 18
Octal 167 160 5 0 6 140 65 70 134 30
Binary 1110111 1110000 101 0 110 1100000 110101 111000 1011100 11000

Color Harmonies of #777005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777005

Black with #777005

Text Example


Text Example

White with #777005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777005; }

 p { color: rgb(119,112,5); }

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

background-color css

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

 a { background-color: rgb(119,112,5); }

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

border-color css

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

 span { border-color: rgb(119,112,5); }

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