Html Css Color HEX #757626 Olivetone

📋 copy color: '#757626'

red 117 ◦ green 118 ◦ blue 38

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

Shades of Olivetone #757626

Tints of Olivetone #757626

RGB

 RED value IS 117 (46.09% from 255) = 42.86%

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

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

R = 42.86%
G = 43.22%
B = 13.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#757626 (or 0x757626) is known color: Olivetone. HEX triplet: 75, 76 and 26. RGB value is (117,118,38). Sum of RGB (Red+Green+Blue) = 117+118+38=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #757626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757626 is #8A89D9. Grayscale: #6C6C6C. Windows color (decimal): -9079258 or 2520693. OLE color: 2520693.

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

Color convert

RGB 117 118 38 -
CMYK 0.01 0 0.68 0.54
HSL 60.75º 0.51% 0.31% -
HSV(B) 60.75º 0.68% 0.46% -
XYZ 14.16 16.88 4.35 -
YUV 108.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 117 118 38 0.01 0 0.68 0.54 60.75 0.51 0.31
Hex 75 76 26 1 0 44 36 3D 33 1F
Octal 165 166 46 1 0 104 66 75 63 37
Binary 1110101 1110110 100110 1 0 1000100 110110 111101 110011 11111

Color Harmonies of #757626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757626

Black with #757626

Text Example


Text Example

White with #757626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757626; }

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

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

background-color css

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

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

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

border-color css

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

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

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