Html Css Color HEX #76771B Olivetone

📋 copy color: '#76771B'

red 118 ◦ green 119 ◦ blue 27

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

Shades of Olivetone #76771B

Tints of Olivetone #76771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.23%

R = 44.7%
G = 45.08%
B = 10.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#76771B (or 0x76771B) is known color: Olivetone. HEX triplet: 76, 77 and 1B. RGB value is (118,119,27). Sum of RGB (Red+Green+Blue) = 118+119+27=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #76771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76771B is #8988E4. Grayscale: #6C6C6C. Windows color (decimal): -9013477 or 1800054. OLE color: 1800054.

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

Color convert

RGB 118 119 27 -
CMYK 0.01 0 0.77 0.53
HSL 60.65º 0.63% 0.29% -
HSV(B) 60.65º 0.77% 0.47% -
XYZ 14.27 17.12 3.59 -
YUV 108.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 118 119 27 0.01 0 0.77 0.53 60.65 0.63 0.29
Hex 76 77 1B 1 0 4D 35 3D 3F 1D
Octal 166 167 33 1 0 115 65 75 77 35
Binary 1110110 1110111 11011 1 0 1001101 110101 111101 111111 11101

Color Harmonies of #76771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76771B

Black with #76771B

Text Example


Text Example

White with #76771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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