Html Css Color HEX #747928 Olivetone

📋 copy color: '#747928'

red 116 ◦ green 121 ◦ blue 40

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

Shades of Olivetone #747928

Tints of Olivetone #747928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.44%

R = 41.88%
G = 43.68%
B = 14.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#747928 (or 0x747928) is known color: Olivetone. HEX triplet: 74, 79 and 28. RGB value is (116,121,40). Sum of RGB (Red+Green+Blue) = 116+121+40=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #747928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747928 is #8B86D7. Grayscale: #6E6E6E. Windows color (decimal): -9144024 or 2652532. OLE color: 2652532.

HSL color Cylindrical-coordinate representation of color #747928: hue angle of 63.7º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #747928 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 40 -
CMYK 0.04 0 0.67 0.53
HSL 63.7º 0.5% 0.32% -
HSV(B) 63.7º 0.67% 0.47% -
XYZ 14.42 17.54 4.63 -
YUV 110.27 88.34 132.09 -
System Red Green Blue C M Y K H S L
Decimal 116 121 40 0.04 0 0.67 0.53 63.7 0.5 0.32
Hex 74 79 28 4 0 43 35 40 32 20
Octal 164 171 50 4 0 103 65 100 62 40
Binary 1110100 1111001 101000 100 0 1000011 110101 1000000 110010 100000

Color Harmonies of #747928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747928

Black with #747928

Text Example


Text Example

White with #747928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747928; }

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

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

background-color css

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

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

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

border-color css

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

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

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