Html Css Color HEX #767822 Olivetone

📋 copy color: '#767822'

red 118 ◦ green 120 ◦ blue 34

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

Shades of Olivetone #767822

Tints of Olivetone #767822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.5%

R = 43.38%
G = 44.12%
B = 12.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#767822 (or 0x767822) is known color: Olivetone. HEX triplet: 76, 78 and 22. RGB value is (118,120,34). Sum of RGB (Red+Green+Blue) = 118+120+34=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #767822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767822 is #8987DD. Grayscale: #6D6D6D. Windows color (decimal): -9013214 or 2259062. OLE color: 2259062.

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

Color convert

RGB 118 120 34 -
CMYK 0.02 0 0.72 0.53
HSL 61.4º 0.56% 0.3% -
HSV(B) 61.4º 0.72% 0.47% -
XYZ 14.48 17.4 4.11 -
YUV 109.6 85.34 133.99 -
System Red Green Blue C M Y K H S L
Decimal 118 120 34 0.02 0 0.72 0.53 61.4 0.56 0.3
Hex 76 78 22 2 0 48 35 3D 38 1E
Octal 166 170 42 2 0 110 65 75 70 36
Binary 1110110 1111000 100010 10 0 1001000 110101 111101 111000 11110

Color Harmonies of #767822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767822

Black with #767822

Text Example


Text Example

White with #767822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767822; }

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

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

background-color css

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

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

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

border-color css

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

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

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