Html Css Color HEX #747626 Olivetone

📋 copy color: '#747626'

red 116 ◦ green 118 ◦ blue 38

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

Shades of Olivetone #747626

Tints of Olivetone #747626

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.38%

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 42.65%
G = 43.38%
B = 13.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#747626 (or 0x747626) is known color: Olivetone. HEX triplet: 74, 76 and 26. RGB value is (116,118,38). Sum of RGB (Red+Green+Blue) = 116+118+38=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #747626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747626 is #8B89D9. Grayscale: #6C6C6C. Windows color (decimal): -9144794 or 2520692. OLE color: 2520692.

HSL color Cylindrical-coordinate representation of color #747626: hue angle of 61.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #747626 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 38 -
CMYK 0.02 0 0.68 0.54
HSL 61.5º 0.51% 0.31% -
HSV(B) 61.5º 0.68% 0.46% -
XYZ 14.03 16.81 4.34 -
YUV 108.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 116 118 38 0.02 0 0.68 0.54 61.5 0.51 0.31
Hex 74 76 26 2 0 44 36 3E 33 1F
Octal 164 166 46 2 0 104 66 76 63 37
Binary 1110100 1110110 100110 10 0 1000100 110110 111110 110011 11111

Color Harmonies of #747626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747626

Black with #747626

Text Example


Text Example

White with #747626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747626; }

 p { color: rgb(116,118,38); }

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

background-color css

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

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

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

border-color css

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

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

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