Html Css Color HEX #758B03 Olive

📋 copy color: '#758B03'

red 117 ◦ green 139 ◦ blue 3

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

Shades of Olive #758B03

Tints of Olive #758B03

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.67%

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

R = 45.17%
G = 53.67%
B = 1.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#758B03 (or 0x758B03) is known color: Olive. HEX triplet: 75, 8B and 03. RGB value is (117,139,3). Sum of RGB (Red+Green+Blue) = 117+139+3=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #758B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758B03 is #8A74FC. Grayscale: #757575. Windows color (decimal): -9073917 or 232309. OLE color: 232309.

HSL color Cylindrical-coordinate representation of color #758B03: hue angle of 69.71º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #758B03 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 139 3 -
CMYK 0.16 0 0.98 0.45
HSL 69.71º 0.96% 0.28% -
HSV(B) 69.71º 0.98% 0.55% -
XYZ 16.59 22.25 3.51 -
YUV 116.92 63.71 128.06 -
System Red Green Blue C M Y K H S L
Decimal 117 139 3 0.16 0 0.98 0.45 69.71 0.96 0.28
Hex 75 8B 3 10 0 62 2D 46 60 1C
Octal 165 213 3 20 0 142 55 106 140 34
Binary 1110101 10001011 11 10000 0 1100010 101101 1000110 1100000 11100

Color Harmonies of #758B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B03

Black with #758B03

Text Example


Text Example

White with #758B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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