Html Css Color HEX #767825 Olivetone

📋 copy color: '#767825'

red 118 ◦ green 120 ◦ blue 37

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

Shades of Olivetone #767825

Tints of Olivetone #767825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.45%

R = 42.91%
G = 43.64%
B = 13.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#767825 (or 0x767825) is known color: Olivetone. HEX triplet: 76, 78 and 25. RGB value is (118,120,37). Sum of RGB (Red+Green+Blue) = 118+120+37=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #767825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767825 is #8987DA. Grayscale: #6E6E6E. Windows color (decimal): -9013211 or 2455670. OLE color: 2455670.

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

Color convert

RGB 118 120 37 -
CMYK 0.02 0 0.69 0.53
HSL 61.45º 0.53% 0.31% -
HSV(B) 61.45º 0.69% 0.47% -
XYZ 14.52 17.42 4.35 -
YUV 109.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 118 120 37 0.02 0 0.69 0.53 61.45 0.53 0.31
Hex 76 78 25 2 0 45 35 3D 35 1F
Octal 166 170 45 2 0 105 65 75 65 37
Binary 1110110 1111000 100101 10 0 1000101 110101 111101 110101 11111

Color Harmonies of #767825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767825

Black with #767825

Text Example


Text Example

White with #767825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767825; }

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

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

background-color css

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

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

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

border-color css

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

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

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