Html Css Color HEX #777405 Olive

📋 copy color: '#777405'

red 119 ◦ green 116 ◦ blue 5

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

Shades of Olive #777405

Tints of Olive #777405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

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

R = 49.58%
G = 48.33%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#777405 (or 0x777405) is known color: Olive. HEX triplet: 77, 74 and 05. RGB value is (119,116,5). Sum of RGB (Red+Green+Blue) = 119+116+5=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #777405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777405 is #888BFA. Grayscale: #686868. Windows color (decimal): -8948731 or 357495. OLE color: 357495.

HSL color Cylindrical-coordinate representation of color #777405: hue angle of 58.42º 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 #777405 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 116 5 -
CMYK 0 0.03 0.96 0.53
HSL 58.42º 0.92% 0.24% -
HSV(B) 58.42º 0.96% 0.47% -
XYZ 13.88 16.42 2.58 -
YUV 104.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 119 116 5 0 0.03 0.96 0.53 58.42 0.92 0.24
Hex 77 74 5 0 3 60 35 3A 5C 18
Octal 167 164 5 0 3 140 65 72 134 30
Binary 1110111 1110100 101 0 11 1100000 110101 111010 1011100 11000

Color Harmonies of #777405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777405

Black with #777405

Text Example


Text Example

White with #777405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777405; }

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

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

background-color css

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

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

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

border-color css

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

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

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