Html Css Color HEX #75850A Olive

📋 copy color: '#75850A'

red 117 ◦ green 133 ◦ blue 10

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

Shades of Olive #75850A

Tints of Olive #75850A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.15%

 BLUE value IS 10 (4.3% from 255) = 3.85%

R = 45%
G = 51.15%
B = 3.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#75850A (or 0x75850A) is known color: Olive. HEX triplet: 75, 85 and 0A. RGB value is (117,133,10). Sum of RGB (Red+Green+Blue) = 117+133+10=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #75850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75850A is #8A7AF5. Grayscale: #727272. Windows color (decimal): -9075446 or 689525. OLE color: 689525.

HSL color Cylindrical-coordinate representation of color #75850A: hue angle of 67.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75850A is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 10 -
CMYK 0.12 0 0.92 0.48
HSL 67.8º 0.86% 0.28% -
HSV(B) 67.8º 0.92% 0.52% -
XYZ 15.78 20.58 3.43 -
YUV 114.19 69.2 130 -
System Red Green Blue C M Y K H S L
Decimal 117 133 10 0.12 0 0.92 0.48 67.8 0.86 0.28
Hex 75 85 A C 0 5C 30 44 56 1C
Octal 165 205 12 14 0 134 60 104 126 34
Binary 1110101 10000101 1010 1100 0 1011100 110000 1000100 1010110 11100

Color Harmonies of #75850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75850A

Black with #75850A

Text Example


Text Example

White with #75850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75850A; }

 p { color: rgb(117,133,10); }

 H1.HeaderClassName
 {
   color: #75850A;
 }
 .AnyTagClassName
 {
   color: #75850A;
 }
</style>

background-color css

<style>
 a { background-color: #75850A; }

 a { background-color: rgb(117,133,10); }

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

border-color css

<style>
 span { border-color: #75850A; }

 span { border-color: rgb(117,133,10); }

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