Html Css Color HEX #747625 Olivetone

📋 copy color: '#747625'

red 116 ◦ green 118 ◦ blue 37

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

Shades of Olivetone #747625

Tints of Olivetone #747625

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#747625 (or 0x747625) is known color: Olivetone. HEX triplet: 74, 76 and 25. RGB value is (116,118,37). Sum of RGB (Red+Green+Blue) = 116+118+37=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #747625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747625 is #8B89DA. Grayscale: #6C6C6C. Windows color (decimal): -9144795 or 2455156. OLE color: 2455156.

HSL color Cylindrical-coordinate representation of color #747625: hue angle of 61.48º 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 #747625 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 37 -
CMYK 0.02 0 0.69 0.54
HSL 61.48º 0.52% 0.3% -
HSV(B) 61.48º 0.69% 0.46% -
XYZ 14.01 16.8 4.25 -
YUV 108.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 116 118 37 0.02 0 0.69 0.54 61.48 0.52 0.3
Hex 74 76 25 2 0 45 36 3D 34 1E
Octal 164 166 45 2 0 105 66 75 64 36
Binary 1110100 1110110 100101 10 0 1000101 110110 111101 110100 11110

Color Harmonies of #747625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747625

Black with #747625

Text Example


Text Example

White with #747625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747625; }

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

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

background-color css

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

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

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

border-color css

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

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

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