Html Css Color HEX #747425 Olivetone

📋 copy color: '#747425'

red 116 ◦ green 116 ◦ blue 37

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

Shades of Olivetone #747425

Tints of Olivetone #747425

RGB

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

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

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

R = 43.12%
G = 43.12%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#747425 (or 0x747425) is known color: Olivetone. HEX triplet: 74, 74 and 25. RGB value is (116,116,37). Sum of RGB (Red+Green+Blue) = 116+116+37=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747425 is #8B8BDA. Grayscale: #6B6B6B. Windows color (decimal): -9145307 or 2454644. OLE color: 2454644.

HSL color Cylindrical-coordinate representation of color #747425: hue angle of 60º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #747425 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 116 37 -
CMYK 0 0 0.68 0.55
HSL 60º 0.52% 0.3% -
HSV(B) 60º 0.68% 0.45% -
XYZ 13.78 16.34 4.18 -
YUV 106.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 116 116 37 0 0 0.68 0.55 60 0.52 0.3
Hex 74 74 25 0 0 44 37 3C 34 1E
Octal 164 164 45 0 0 104 67 74 64 36
Binary 1110100 1110100 100101 0 0 1000100 110111 111100 110100 11110

Color Harmonies of #747425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747425

Black with #747425

Text Example


Text Example

White with #747425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747425; }

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

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

background-color css

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

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

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

border-color css

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

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

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