Html Css Color HEX #758203 Olive

📋 copy color: '#758203'

red 117 ◦ green 130 ◦ blue 3

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

Shades of Olive #758203

Tints of Olive #758203

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 46.8%
G = 52%
B = 1.2%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#758203 (or 0x758203) is known color: Olive. HEX triplet: 75, 82 and 03. RGB value is (117,130,3). Sum of RGB (Red+Green+Blue) = 117+130+3=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #758203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758203 is #8A7DFC. Grayscale: #707070. Windows color (decimal): -9076221 or 230005. OLE color: 230005.

HSL color Cylindrical-coordinate representation of color #758203: hue angle of 66.14º degrees, saturation: 0.95, 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 #758203 is Cyan = 0.1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 3 -
CMYK 0.1 0 0.98 0.49
HSL 66.14º 0.95% 0.26% -
HSV(B) 66.14º 0.98% 0.51% -
XYZ 15.34 19.75 3.09 -
YUV 111.64 66.69 131.83 -
System Red Green Blue C M Y K H S L
Decimal 117 130 3 0.1 0 0.98 0.49 66.14 0.95 0.26
Hex 75 82 3 A 0 62 31 42 5F 1A
Octal 165 202 3 12 0 142 61 102 137 32
Binary 1110101 10000010 11 1010 0 1100010 110001 1000010 1011111 11010

Color Harmonies of #758203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758203

Black with #758203

Text Example


Text Example

White with #758203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758203; }

 p { color: rgb(117,130,3); }

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

background-color css

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

 a { background-color: rgb(117,130,3); }

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

border-color css

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

 span { border-color: rgb(117,130,3); }

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