Html Css Color HEX #758005 Olive

📋 copy color: '#758005'

red 117 ◦ green 128 ◦ blue 5

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

Shades of Olive #758005

Tints of Olive #758005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.2%

 BLUE value IS 5 (2.34% from 255) = 2%

R = 46.8%
G = 51.2%
B = 2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#758005 (or 0x758005) is known color: Olive. HEX triplet: 75, 80 and 05. RGB value is (117,128,5). Sum of RGB (Red+Green+Blue) = 117+128+5=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #758005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758005 is #8A7FFA. Grayscale: #6F6F6F. Windows color (decimal): -9076731 or 360565. OLE color: 360565.

HSL color Cylindrical-coordinate representation of color #758005: hue angle of 65.37º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #758005 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 5 -
CMYK 0.09 0 0.96 0.50
HSL 65.37º 0.92% 0.26% -
HSV(B) 65.37º 0.96% 0.5% -
XYZ 15.08 19.23 3.06 -
YUV 110.69 68.36 132.5 -
System Red Green Blue C M Y K H S L
Decimal 117 128 5 0.09 0 0.96 0.50 65.37 0.92 0.26
Hex 75 80 5 9 0 60 32 41 5C 1A
Octal 165 200 5 11 0 140 62 101 134 32
Binary 1110101 10000000 101 1001 0 1100000 110010 1000001 1011100 11010

Color Harmonies of #758005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758005

Black with #758005

Text Example


Text Example

White with #758005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758005; }

 p { color: rgb(117,128,5); }

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

background-color css

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

 a { background-color: rgb(117,128,5); }

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

border-color css

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

 span { border-color: rgb(117,128,5); }

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