Html Css Color HEX #777517 Olivetone

📋 copy color: '#777517'

red 119 ◦ green 117 ◦ blue 23

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

Shades of Olivetone #777517

Tints of Olivetone #777517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

 BLUE value IS 23 (9.38% from 255) = 8.88%

R = 45.95%
G = 45.17%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#777517 (or 0x777517) is known color: Olivetone. HEX triplet: 77, 75 and 17. RGB value is (119,117,23). Sum of RGB (Red+Green+Blue) = 119+117+23=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #777517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777517 is #888AE8. Grayscale: #6B6B6B. Windows color (decimal): -8948457 or 1537399. OLE color: 1537399.

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

Color convert

RGB 119 117 23 -
CMYK 0 0.02 0.81 0.53
HSL 58.75º 0.68% 0.28% -
HSV(B) 58.75º 0.81% 0.47% -
XYZ 14.12 16.71 3.29 -
YUV 106.88 80.66 136.64 -
System Red Green Blue C M Y K H S L
Decimal 119 117 23 0 0.02 0.81 0.53 58.75 0.68 0.28
Hex 77 75 17 0 2 51 35 3B 44 1C
Octal 167 165 27 0 2 121 65 73 104 34
Binary 1110111 1110101 10111 0 10 1010001 110101 111011 1000100 11100

Color Harmonies of #777517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777517

Black with #777517

Text Example


Text Example

White with #777517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777517; }

 p { color: rgb(119,117,23); }

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

background-color css

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

 a { background-color: rgb(119,117,23); }

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

border-color css

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

 span { border-color: rgb(119,117,23); }

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