Html Css Color HEX #75761B Olivetone

📋 copy color: '#75761B'

red 117 ◦ green 118 ◦ blue 27

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

Shades of Olivetone #75761B

Tints of Olivetone #75761B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 44.66%
G = 45.04%
B = 10.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#75761B (or 0x75761B) is known color: Olivetone. HEX triplet: 75, 76 and 1B. RGB value is (117,118,27). Sum of RGB (Red+Green+Blue) = 117+118+27=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #75761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75761B is #8A89E4. Grayscale: #6B6B6B. Windows color (decimal): -9079269 or 1799797. OLE color: 1799797.

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

Color convert

RGB 117 118 27 -
CMYK 0.01 0 0.77 0.54
HSL 60.66º 0.63% 0.28% -
HSV(B) 60.66º 0.77% 0.46% -
XYZ 14.01 16.82 3.54 -
YUV 107.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 117 118 27 0.01 0 0.77 0.54 60.66 0.63 0.28
Hex 75 76 1B 1 0 4D 36 3D 3F 1C
Octal 165 166 33 1 0 115 66 75 77 34
Binary 1110101 1110110 11011 1 0 1001101 110110 111101 111111 11100

Color Harmonies of #75761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75761B

Black with #75761B

Text Example


Text Example

White with #75761B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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