Html Css Color HEX #777905 Olive

📋 copy color: '#777905'

red 119 ◦ green 121 ◦ blue 5

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

Shades of Olive #777905

Tints of Olive #777905

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.39%

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

R = 48.57%
G = 49.39%
B = 2.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#777905 (or 0x777905) is known color: Olive. HEX triplet: 77, 79 and 05. RGB value is (119,121,5). Sum of RGB (Red+Green+Blue) = 119+121+5=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #777905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777905 is #8886FA. Grayscale: #6B6B6B. Windows color (decimal): -8947451 or 358775. OLE color: 358775.

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

Color convert

RGB 119 121 5 -
CMYK 0.02 0 0.96 0.53
HSL 61.03º 0.92% 0.25% -
HSV(B) 61.03º 0.96% 0.47% -
XYZ 14.47 17.61 2.78 -
YUV 107.18 70.34 136.43 -
System Red Green Blue C M Y K H S L
Decimal 119 121 5 0.02 0 0.96 0.53 61.03 0.92 0.25
Hex 77 79 5 2 0 60 35 3D 5C 19
Octal 167 171 5 2 0 140 65 75 134 31
Binary 1110111 1111001 101 10 0 1100000 110101 111101 1011100 11001

Color Harmonies of #777905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777905

Black with #777905

Text Example


Text Example

White with #777905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777905; }

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

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

background-color css

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

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

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

border-color css

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

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

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