Html Css Color HEX #75761E Olivetone

📋 copy color: '#75761E'

red 117 ◦ green 118 ◦ blue 30

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

Shades of Olivetone #75761E

Tints of Olivetone #75761E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 44.15%
G = 44.53%
B = 11.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75761E (or 0x75761E) is known color: Olivetone. HEX triplet: 75, 76 and 1E. RGB value is (117,118,30). Sum of RGB (Red+Green+Blue) = 117+118+30=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #75761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75761E is #8A89E1. Grayscale: #6C6C6C. Windows color (decimal): -9079266 or 1996405. OLE color: 1996405.

HSL color Cylindrical-coordinate representation of color #75761E: hue angle of 60.68º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75761E is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 118 30 -
CMYK 0.01 0 0.75 0.54
HSL 60.68º 0.59% 0.29% -
HSV(B) 60.68º 0.75% 0.46% -
XYZ 14.05 16.83 3.74 -
YUV 107.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 117 118 30 0.01 0 0.75 0.54 60.68 0.59 0.29
Hex 75 76 1E 1 0 4B 36 3D 3B 1D
Octal 165 166 36 1 0 113 66 75 73 35
Binary 1110101 1110110 11110 1 0 1001011 110110 111101 111011 11101

Color Harmonies of #75761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75761E

Black with #75761E

Text Example


Text Example

White with #75761E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75761E; }

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

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

background-color css

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

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

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

border-color css

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

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

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