Html Css Color HEX #757B03 Olive

📋 copy color: '#757B03'

red 117 ◦ green 123 ◦ blue 3

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

Shades of Olive #757B03

Tints of Olive #757B03

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50.62%

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

R = 48.15%
G = 50.62%
B = 1.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#757B03 (or 0x757B03) is known color: Olive. HEX triplet: 75, 7B and 03. RGB value is (117,123,3). Sum of RGB (Red+Green+Blue) = 117+123+3=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #757B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757B03 is #8A84FC. Grayscale: #6B6B6B. Windows color (decimal): -9078013 or 228213. OLE color: 228213.

HSL color Cylindrical-coordinate representation of color #757B03: hue angle of 63º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #757B03 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 123 3 -
CMYK 0.05 0 0.98 0.52
HSL 63º 0.95% 0.25% -
HSV(B) 63º 0.98% 0.48% -
XYZ 14.44 17.95 2.79 -
YUV 107.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 117 123 3 0.05 0 0.98 0.52 63 0.95 0.25
Hex 75 7B 3 5 0 62 34 3F 5F 19
Octal 165 173 3 5 0 142 64 77 137 31
Binary 1110101 1111011 11 101 0 1100010 110100 111111 1011111 11001

Color Harmonies of #757B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B03

Black with #757B03

Text Example


Text Example

White with #757B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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