Html Css Color HEX #747925 Olivetone

📋 copy color: '#747925'

red 116 ◦ green 121 ◦ blue 37

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

Shades of Olivetone #747925

Tints of Olivetone #747925

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.16%

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

R = 42.34%
G = 44.16%
B = 13.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#747925 (or 0x747925) is known color: Olivetone. HEX triplet: 74, 79 and 25. RGB value is (116,121,37). Sum of RGB (Red+Green+Blue) = 116+121+37=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #747925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747925 is #8B86DA. Grayscale: #6E6E6E. Windows color (decimal): -9144027 or 2455924. OLE color: 2455924.

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

Color convert

RGB 116 121 37 -
CMYK 0.04 0 0.69 0.53
HSL 63.57º 0.53% 0.31% -
HSV(B) 63.57º 0.69% 0.47% -
XYZ 14.37 17.52 4.37 -
YUV 109.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 116 121 37 0.04 0 0.69 0.53 63.57 0.53 0.31
Hex 74 79 25 4 0 45 35 40 35 1F
Octal 164 171 45 4 0 105 65 100 65 37
Binary 1110100 1111001 100101 100 0 1000101 110101 1000000 110101 11111

Color Harmonies of #747925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747925

Black with #747925

Text Example


Text Example

White with #747925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747925; }

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

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

background-color css

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

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

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

border-color css

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

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

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