Html Css Color HEX #75810F Olive

📋 copy color: '#75810F'

red 117 ◦ green 129 ◦ blue 15

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

Shades of Olive #75810F

Tints of Olive #75810F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.43%

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 44.83%
G = 49.43%
B = 5.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#75810F (or 0x75810F) is known color: Olive. HEX triplet: 75, 81 and 0F. RGB value is (117,129,15). Sum of RGB (Red+Green+Blue) = 117+129+15=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #75810F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75810F is #8A7EF0. Grayscale: #707070. Windows color (decimal): -9076465 or 1016181. OLE color: 1016181.

HSL color Cylindrical-coordinate representation of color #75810F: hue angle of 66.32º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75810F is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 129 15 -
CMYK 0.09 0 0.88 0.49
HSL 66.32º 0.79% 0.28% -
HSV(B) 66.32º 0.88% 0.51% -
XYZ 15.27 19.52 3.41 -
YUV 112.42 73.02 131.27 -
System Red Green Blue C M Y K H S L
Decimal 117 129 15 0.09 0 0.88 0.49 66.32 0.79 0.28
Hex 75 81 F 9 0 58 31 42 4F 1C
Octal 165 201 17 11 0 130 61 102 117 34
Binary 1110101 10000001 1111 1001 0 1011000 110001 1000010 1001111 11100

Color Harmonies of #75810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75810F

Black with #75810F

Text Example


Text Example

White with #75810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75810F; }

 p { color: rgb(117,129,15); }

 H1.HeaderClassName
 {
   color: #75810F;
 }
 .AnyTagClassName
 {
   color: #75810F;
 }
</style>

background-color css

<style>
 a { background-color: #75810F; }

 a { background-color: rgb(117,129,15); }

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

border-color css

<style>
 span { border-color: #75810F; }

 span { border-color: rgb(117,129,15); }

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