Html Css Color HEX #758602 Olive

📋 copy color: '#758602'

red 117 ◦ green 134 ◦ blue 2

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

Shades of Olive #758602

Tints of Olive #758602

RGB

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

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

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

R = 46.25%
G = 52.96%
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

#758602 (or 0x758602) is known color: Olive. HEX triplet: 75, 86 and 02. RGB value is (117,134,2). Sum of RGB (Red+Green+Blue) = 117+134+2=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #758602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758602 is #8A79FD. Grayscale: #727272. Windows color (decimal): -9075198 or 165493. OLE color: 165493.

HSL color Cylindrical-coordinate representation of color #758602: hue angle of 67.73º 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 #758602 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 2 -
CMYK 0.13 0 0.99 0.47
HSL 67.73º 0.97% 0.27% -
HSV(B) 67.73º 0.99% 0.53% -
XYZ 15.87 20.84 3.24 -
YUV 113.87 64.87 130.23 -
System Red Green Blue C M Y K H S L
Decimal 117 134 2 0.13 0 0.99 0.47 67.73 0.97 0.27
Hex 75 86 2 D 0 63 2F 44 61 1B
Octal 165 206 2 15 0 143 57 104 141 33
Binary 1110101 10000110 10 1101 0 1100011 101111 1000100 1100001 11011

Color Harmonies of #758602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758602

Black with #758602

Text Example


Text Example

White with #758602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758602; }

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

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

background-color css

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

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

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

border-color css

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

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

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