Html Css Color HEX #758702 Olive

📋 copy color: '#758702'

red 117 ◦ green 135 ◦ blue 2

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

Shades of Olive #758702

Tints of Olive #758702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.15%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 46.06%
G = 53.15%
B = 0.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#758702 (or 0x758702) is known color: Olive. HEX triplet: 75, 87 and 02. RGB value is (117,135,2). Sum of RGB (Red+Green+Blue) = 117+135+2=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #758702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758702 is #8A78FD. Grayscale: #727272. Windows color (decimal): -9074942 or 165749. OLE color: 165749.

HSL color Cylindrical-coordinate representation of color #758702: hue angle of 68.12º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #758702 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 135 2 -
CMYK 0.13 0 0.99 0.47
HSL 68.12º 0.97% 0.27% -
HSV(B) 68.12º 0.99% 0.53% -
XYZ 16.01 21.11 3.29 -
YUV 114.46 64.54 129.81 -
System Red Green Blue C M Y K H S L
Decimal 117 135 2 0.13 0 0.99 0.47 68.12 0.97 0.27
Hex 75 87 2 D 0 63 2F 44 61 1B
Octal 165 207 2 15 0 143 57 104 141 33
Binary 1110101 10000111 10 1101 0 1100011 101111 1000100 1100001 11011

Color Harmonies of #758702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758702

Black with #758702

Text Example


Text Example

White with #758702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758702; }

 p { color: rgb(117,135,2); }

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

background-color css

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

 a { background-color: rgb(117,135,2); }

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

border-color css

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

 span { border-color: rgb(117,135,2); }

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