Html Css Color HEX #758302 Olive

📋 copy color: '#758302'

red 117 ◦ green 131 ◦ blue 2

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

Shades of Olive #758302

Tints of Olive #758302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

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

R = 46.8%
G = 52.4%
B = 0.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#758302 (or 0x758302) is known color: Olive. HEX triplet: 75, 83 and 02. RGB value is (117,131,2). Sum of RGB (Red+Green+Blue) = 117+131+2=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #758302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758302 is #8A7CFD. Grayscale: #707070. Windows color (decimal): -9075966 or 164725. OLE color: 164725.

HSL color Cylindrical-coordinate representation of color #758302: hue angle of 66.51º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #758302 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 2 -
CMYK 0.11 0 0.98 0.49
HSL 66.51º 0.97% 0.26% -
HSV(B) 66.51º 0.98% 0.51% -
XYZ 15.46 20.02 3.11 -
YUV 112.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 117 131 2 0.11 0 0.98 0.49 66.51 0.97 0.26
Hex 75 83 2 B 0 62 31 43 61 1A
Octal 165 203 2 13 0 142 61 103 141 32
Binary 1110101 10000011 10 1011 0 1100010 110001 1000011 1100001 11010

Color Harmonies of #758302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758302

Black with #758302

Text Example


Text Example

White with #758302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758302; }

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

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

background-color css

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

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

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

border-color css

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

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

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