Html Css Color HEX #76771C Olivetone

📋 copy color: '#76771C'

red 118 ◦ green 119 ◦ blue 28

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

Shades of Olivetone #76771C

Tints of Olivetone #76771C

RGB

 RED value IS 118 (46.48% from 255) = 44.53%

 GREEN value IS 119 (46.88% from 255) = 44.91%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 44.53%
G = 44.91%
B = 10.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#76771C (or 0x76771C) is known color: Olivetone. HEX triplet: 76, 77 and 1C. RGB value is (118,119,28). Sum of RGB (Red+Green+Blue) = 118+119+28=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #76771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76771C is #8988E3. Grayscale: #6C6C6C. Windows color (decimal): -9013476 or 1865590. OLE color: 1865590.

HSL color Cylindrical-coordinate representation of color #76771C: hue angle of 60.66º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76771C is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 119 28 -
CMYK 0.01 0 0.76 0.53
HSL 60.66º 0.62% 0.29% -
HSV(B) 60.66º 0.76% 0.47% -
XYZ 14.28 17.13 3.65 -
YUV 108.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 118 119 28 0.01 0 0.76 0.53 60.66 0.62 0.29
Hex 76 77 1C 1 0 4C 35 3D 3E 1D
Octal 166 167 34 1 0 114 65 75 76 35
Binary 1110110 1110111 11100 1 0 1001100 110101 111101 111110 11101

Color Harmonies of #76771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76771C

Black with #76771C

Text Example


Text Example

White with #76771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76771C; }

 p { color: rgb(118,119,28); }

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

background-color css

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

 a { background-color: rgb(118,119,28); }

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

border-color css

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

 span { border-color: rgb(118,119,28); }

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