Html Css Color HEX #75760B Olive

📋 copy color: '#75760B'

red 117 ◦ green 118 ◦ blue 11

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

Shades of Olive #75760B

Tints of Olive #75760B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.47%

R = 47.56%
G = 47.97%
B = 4.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75760B (or 0x75760B) is known color: Olive. HEX triplet: 75, 76 and 0B. RGB value is (117,118,11). Sum of RGB (Red+Green+Blue) = 117+118+11=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #75760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75760B is #8A89F4. Grayscale: #696969. Windows color (decimal): -9079285 or 751221. OLE color: 751221.

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

Color convert

RGB 117 118 11 -
CMYK 0.01 0 0.91 0.54
HSL 60.56º 0.83% 0.25% -
HSV(B) 60.56º 0.91% 0.46% -
XYZ 13.87 16.76 2.82 -
YUV 105.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 117 118 11 0.01 0 0.91 0.54 60.56 0.83 0.25
Hex 75 76 B 1 0 5B 36 3D 53 19
Octal 165 166 13 1 0 133 66 75 123 31
Binary 1110101 1110110 1011 1 0 1011011 110110 111101 1010011 11001

Color Harmonies of #75760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75760B

Black with #75760B

Text Example


Text Example

White with #75760B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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