Html Css Color HEX #76781A Olivetone

📋 copy color: '#76781A'

red 118 ◦ green 120 ◦ blue 26

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

Shades of Olivetone #76781A

Tints of Olivetone #76781A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.85%

R = 44.7%
G = 45.45%
B = 9.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#76781A (or 0x76781A) is known color: Olivetone. HEX triplet: 76, 78 and 1A. RGB value is (118,120,26). Sum of RGB (Red+Green+Blue) = 118+120+26=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #76781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76781A is #8987E5. Grayscale: #6D6D6D. Windows color (decimal): -9013222 or 1734774. OLE color: 1734774.

HSL color Cylindrical-coordinate representation of color #76781A: hue angle of 61.28º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76781A is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 120 26 -
CMYK 0.02 0 0.78 0.53
HSL 61.28º 0.64% 0.29% -
HSV(B) 61.28º 0.78% 0.47% -
XYZ 14.37 17.36 3.57 -
YUV 108.69 81.34 134.64 -
System Red Green Blue C M Y K H S L
Decimal 118 120 26 0.02 0 0.78 0.53 61.28 0.64 0.29
Hex 76 78 1A 2 0 4E 35 3D 40 1D
Octal 166 170 32 2 0 116 65 75 100 35
Binary 1110110 1111000 11010 10 0 1001110 110101 111101 1000000 11101

Color Harmonies of #76781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76781A

Black with #76781A

Text Example


Text Example

White with #76781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76781A; }

 p { color: rgb(118,120,26); }

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

background-color css

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

 a { background-color: rgb(118,120,26); }

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

border-color css

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

 span { border-color: rgb(118,120,26); }

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