Html Css Color HEX #75761C Olivetone

📋 copy color: '#75761C'

red 117 ◦ green 118 ◦ blue 28

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

Shades of Olivetone #75761C

Tints of Olivetone #75761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 44.49%
G = 44.87%
B = 10.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75761C (or 0x75761C) is known color: Olivetone. HEX triplet: 75, 76 and 1C. RGB value is (117,118,28). Sum of RGB (Red+Green+Blue) = 117+118+28=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #75761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75761C is #8A89E3. Grayscale: #6B6B6B. Windows color (decimal): -9079268 or 1865333. OLE color: 1865333.

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

Color convert

RGB 117 118 28 -
CMYK 0.01 0 0.76 0.54
HSL 60.67º 0.62% 0.29% -
HSV(B) 60.67º 0.76% 0.46% -
XYZ 14.02 16.82 3.61 -
YUV 107.44 83.17 134.82 -
System Red Green Blue C M Y K H S L
Decimal 117 118 28 0.01 0 0.76 0.54 60.67 0.62 0.29
Hex 75 76 1C 1 0 4C 36 3D 3E 1D
Octal 165 166 34 1 0 114 66 75 76 35
Binary 1110101 1110110 11100 1 0 1001100 110110 111101 111110 11101

Color Harmonies of #75761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75761C

Black with #75761C

Text Example


Text Example

White with #75761C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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