Html Css Color HEX #767425 Olivetone

📋 copy color: '#767425'

red 118 ◦ green 116 ◦ blue 37

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

Shades of Olivetone #767425

Tints of Olivetone #767425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.8%

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

R = 43.54%
G = 42.8%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#767425 (or 0x767425) is known color: Olivetone. HEX triplet: 76, 74 and 25. RGB value is (118,116,37). Sum of RGB (Red+Green+Blue) = 118+116+37=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #767425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767425 is #898BDA. Grayscale: #6B6B6B. Windows color (decimal): -9014235 or 2454646. OLE color: 2454646.

HSL color Cylindrical-coordinate representation of color #767425: hue angle of 58.52º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #767425 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 37 -
CMYK 0 0.02 0.69 0.54
HSL 58.52º 0.52% 0.3% -
HSV(B) 58.52º 0.69% 0.46% -
XYZ 14.05 16.48 4.19 -
YUV 107.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 118 116 37 0 0.02 0.69 0.54 58.52 0.52 0.3
Hex 76 74 25 0 2 45 36 3B 34 1E
Octal 166 164 45 0 2 105 66 73 64 36
Binary 1110110 1110100 100101 0 10 1000101 110110 111011 110100 11110

Color Harmonies of #767425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767425

Black with #767425

Text Example


Text Example

White with #767425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767425; }

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

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

background-color css

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

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

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

border-color css

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

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

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