#00753B

Color #00753B Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #00753B

Tints of Jewel #00753B

Color information

#00753B (or 0x00753B) is unknown color: approx Jewel. HEX triplet: 00, 75 and 3B. RGB value is (0,117,59). Sum of RGB (Red+Green+Blue) = 0+117+59=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 117 (46.09% from 255 or 66.48% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 117 - color contains mainly: green. Hex color #00753B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00753B is #FF8AC4. Grayscale: #4B4B4B. Windows color (decimal): -16747205 or 3896576. OLE color: 3896576.

HSL color Cylindrical-coordinate representation of color #00753B: hue angle of 150.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00753B is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB011759-
CMYK100.500.54
HSL150.26º100%22.94%-
HSV(B)150.26º100%45.88%-
XYZ7.1513.046.28-
YUV75.4118.7474.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 66.48%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=0%
G=66.48%
B=33.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011759100.500.54150.2610022.94
Hex0753B6403236966417
Octal0165731440626622614427
Binary011101011110111100100011001011011010010110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00753B; }

 p { color: rgb(0,117,59); }

 H1.HeaderClassName
 {
   color: #00753B;
 }
 .AnyTagClassName
 {
   color: #00753B;
 }
</style>
background-color css

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

 a { background-color: rgb(0,117,59); }

 div.DivClassName
 {
   background-color: #00753B;
 }
 .BgClassName
 {
   background-color: #00753B;
 }
</style>
border-color css

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

 span { border-color: rgb(0,117,59); }

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