Html Css Color HEX #747825 Olivetone

📋 copy color: '#747825'

red 116 ◦ green 120 ◦ blue 37

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

Shades of Olivetone #747825

Tints of Olivetone #747825

RGB

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

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

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

R = 42.49%
G = 43.96%
B = 13.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#747825 (or 0x747825) is known color: Olivetone. HEX triplet: 74, 78 and 25. RGB value is (116,120,37). Sum of RGB (Red+Green+Blue) = 116+120+37=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #747825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747825 is #8B87DA. Grayscale: #6D6D6D. Windows color (decimal): -9144283 or 2455668. OLE color: 2455668.

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

Color convert

RGB 116 120 37 -
CMYK 0.03 0 0.69 0.53
HSL 62.89º 0.53% 0.31% -
HSV(B) 62.89º 0.69% 0.47% -
XYZ 14.25 17.28 4.33 -
YUV 109.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 116 120 37 0.03 0 0.69 0.53 62.89 0.53 0.31
Hex 74 78 25 3 0 45 35 3F 35 1F
Octal 164 170 45 3 0 105 65 77 65 37
Binary 1110100 1111000 100101 11 0 1000101 110101 111111 110101 11111

Color Harmonies of #747825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747825

Black with #747825

Text Example


Text Example

White with #747825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747825; }

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

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

background-color css

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

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

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

border-color css

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

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

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