Html Css Color HEX #757B10 Olive

📋 copy color: '#757B10'

red 117 ◦ green 123 ◦ blue 16

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

Shades of Olive #757B10

Tints of Olive #757B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 48.05%

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 45.7%
G = 48.05%
B = 6.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.52

RGB Variations

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

Color information

#757B10 (or 0x757B10) is known color: Olive. HEX triplet: 75, 7B and 10. RGB value is (117,123,16). Sum of RGB (Red+Green+Blue) = 117+123+16=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #757B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757B10 is #8A84EF. Grayscale: #6D6D6D. Windows color (decimal): -9078000 or 1080181. OLE color: 1080181.

HSL color Cylindrical-coordinate representation of color #757B10: hue angle of 63.36º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #757B10 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 123 16 -
CMYK 0.05 0 0.87 0.52
HSL 63.36º 0.77% 0.27% -
HSV(B) 63.36º 0.87% 0.48% -
XYZ 14.51 17.99 3.2 -
YUV 109.01 75.51 133.7 -
System Red Green Blue C M Y K H S L
Decimal 117 123 16 0.05 0 0.87 0.52 63.36 0.77 0.27
Hex 75 7B 10 5 0 57 34 3F 4D 1B
Octal 165 173 20 5 0 127 64 77 115 33
Binary 1110101 1111011 10000 101 0 1010111 110100 111111 1001101 11011

Color Harmonies of #757B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B10

Black with #757B10

Text Example


Text Example

White with #757B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757B10; }

 p { color: rgb(117,123,16); }

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

background-color css

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

 a { background-color: rgb(117,123,16); }

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

border-color css

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

 span { border-color: rgb(117,123,16); }

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