Html Css Color HEX #747225 Olivetone

📋 copy color: '#747225'

red 116 ◦ green 114 ◦ blue 37

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

Shades of Olivetone #747225

Tints of Olivetone #747225

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.7%

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

R = 43.45%
G = 42.7%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#747225 (or 0x747225) is known color: Olivetone. HEX triplet: 74, 72 and 25. RGB value is (116,114,37). Sum of RGB (Red+Green+Blue) = 116+114+37=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #747225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747225 is #8B8DDA. Grayscale: #6A6A6A. Windows color (decimal): -9145819 or 2454132. OLE color: 2454132.

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

Color convert

RGB 116 114 37 -
CMYK 0 0.02 0.68 0.55
HSL 58.48º 0.52% 0.3% -
HSV(B) 58.48º 0.68% 0.45% -
XYZ 13.55 15.88 4.1 -
YUV 105.82 89.16 135.26 -
System Red Green Blue C M Y K H S L
Decimal 116 114 37 0 0.02 0.68 0.55 58.48 0.52 0.3
Hex 74 72 25 0 2 44 37 3A 34 1E
Octal 164 162 45 0 2 104 67 72 64 36
Binary 1110100 1110010 100101 0 10 1000100 110111 111010 110100 11110

Color Harmonies of #747225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747225

Black with #747225

Text Example


Text Example

White with #747225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747225; }

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

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

background-color css

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

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

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

border-color css

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

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

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