Html Css Color HEX #75820A Olive

📋 copy color: '#75820A'

red 117 ◦ green 130 ◦ blue 10

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

Shades of Olive #75820A

Tints of Olive #75820A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.58%

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

R = 45.53%
G = 50.58%
B = 3.89%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#75820A (or 0x75820A) is known color: Olive. HEX triplet: 75, 82 and 0A. RGB value is (117,130,10). Sum of RGB (Red+Green+Blue) = 117+130+10=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #75820A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75820A is #8A7DF5. Grayscale: #707070. Windows color (decimal): -9076214 or 688757. OLE color: 688757.

HSL color Cylindrical-coordinate representation of color #75820A: hue angle of 66.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75820A is Cyan = 0.1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 10 -
CMYK 0.1 0 0.92 0.49
HSL 66.5º 0.86% 0.27% -
HSV(B) 66.5º 0.92% 0.51% -
XYZ 15.37 19.77 3.29 -
YUV 112.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 117 130 10 0.1 0 0.92 0.49 66.5 0.86 0.27
Hex 75 82 A A 0 5C 31 42 56 1B
Octal 165 202 12 12 0 134 61 102 126 33
Binary 1110101 10000010 1010 1010 0 1011100 110001 1000010 1010110 11011

Color Harmonies of #75820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75820A

Black with #75820A

Text Example


Text Example

White with #75820A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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