Html Css Color HEX #77781B Olivetone

📋 copy color: '#77781B'

red 119 ◦ green 120 ◦ blue 27

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

Shades of Olivetone #77781B

Tints of Olivetone #77781B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.11%

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

R = 44.74%
G = 45.11%
B = 10.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77781B (or 0x77781B) is known color: Olivetone. HEX triplet: 77, 78 and 1B. RGB value is (119,120,27). Sum of RGB (Red+Green+Blue) = 119+120+27=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #77781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77781B is #8887E4. Grayscale: #6D6D6D. Windows color (decimal): -8947685 or 1800311. OLE color: 1800311.

HSL color Cylindrical-coordinate representation of color #77781B: 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 #77781B is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 120 27 -
CMYK 0.01 0 0.78 0.53
HSL 60.65º 0.63% 0.29% -
HSV(B) 60.65º 0.78% 0.47% -
XYZ 14.52 17.43 3.64 -
YUV 109.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 119 120 27 0.01 0 0.78 0.53 60.65 0.63 0.29
Hex 77 78 1B 1 0 4E 35 3D 3F 1D
Octal 167 170 33 1 0 116 65 75 77 35
Binary 1110111 1111000 11011 1 0 1001110 110101 111101 111111 11101

Color Harmonies of #77781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77781B

Black with #77781B

Text Example


Text Example

White with #77781B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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