Html Css Color HEX #759302 Olive

📋 copy color: '#759302'

red 117 ◦ green 147 ◦ blue 2

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

Shades of Olive #759302

Tints of Olive #759302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.26%

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

R = 43.98%
G = 55.26%
B = 0.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#759302 (or 0x759302) is known color: Olive. HEX triplet: 75, 93 and 02. RGB value is (117,147,2). Sum of RGB (Red+Green+Blue) = 117+147+2=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #759302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759302 is #8A6CFD. Grayscale: #7A7A7A. Windows color (decimal): -9071870 or 168821. OLE color: 168821.

HSL color Cylindrical-coordinate representation of color #759302: hue angle of 72.41º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #759302 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 2 -
CMYK 0.20 0 0.99 0.42
HSL 72.41º 0.97% 0.29% -
HSV(B) 72.41º 0.99% 0.58% -
XYZ 17.78 24.65 3.88 -
YUV 121.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 117 147 2 0.20 0 0.99 0.42 72.41 0.97 0.29
Hex 75 93 2 14 0 63 2A 48 61 1D
Octal 165 223 2 24 0 143 52 110 141 35
Binary 1110101 10010011 10 10100 0 1100011 101010 1001000 1100001 11101

Color Harmonies of #759302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759302

Black with #759302

Text Example


Text Example

White with #759302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759302; }

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

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

background-color css

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

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

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

border-color css

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

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

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