Html Css Color HEX #75860D Olive

📋 copy color: '#75860D'

red 117 ◦ green 134 ◦ blue 13

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

Shades of Olive #75860D

Tints of Olive #75860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.76%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 44.32%
G = 50.76%
B = 4.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#75860D (or 0x75860D) is known color: Olive. HEX triplet: 75, 86 and 0D. RGB value is (117,134,13). Sum of RGB (Red+Green+Blue) = 117+134+13=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #75860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75860D is #8A79F2. Grayscale: #737373. Windows color (decimal): -9075187 or 886389. OLE color: 886389.

HSL color Cylindrical-coordinate representation of color #75860D: hue angle of 68.43º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75860D is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 13 -
CMYK 0.13 0 0.90 0.47
HSL 68.43º 0.82% 0.29% -
HSV(B) 68.43º 0.9% 0.53% -
XYZ 15.93 20.86 3.57 -
YUV 115.12 70.37 129.34 -
System Red Green Blue C M Y K H S L
Decimal 117 134 13 0.13 0 0.90 0.47 68.43 0.82 0.29
Hex 75 86 D D 0 5A 2F 44 52 1D
Octal 165 206 15 15 0 132 57 104 122 35
Binary 1110101 10000110 1101 1101 0 1011010 101111 1000100 1010010 11101

Color Harmonies of #75860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75860D

Black with #75860D

Text Example


Text Example

White with #75860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75860D; }

 p { color: rgb(117,134,13); }

 H1.HeaderClassName
 {
   color: #75860D;
 }
 .AnyTagClassName
 {
   color: #75860D;
 }
</style>

background-color css

<style>
 a { background-color: #75860D; }

 a { background-color: rgb(117,134,13); }

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

border-color css

<style>
 span { border-color: #75860D; }

 span { border-color: rgb(117,134,13); }

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