#007690

Color #007690 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #007690

Tints of Eastern Blue #007690

Color information

#007690 (or 0x007690) is unknown color: approx Eastern Blue. HEX triplet: 00, 76 and 90. RGB value is (0,118,144). Sum of RGB (Red+Green+Blue) = 0+118+144=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #007690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007690 is #FF896F. Grayscale: #555555. Windows color (decimal): -16746864 or 9467392. OLE color: 9467392.

HSL color Cylindrical-coordinate representation of color #007690: hue angle of 190.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007690 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB0118144-
CMYK10.1800.44
HSL190.83º100%28.24%-
HSV(B)190.83º100%56.47%-
XYZ11.5114.9728.67-
YUV85.68160.9166.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 144 (56.64% from 255) = 54.96%
R=0%
G=45.04%
B=54.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal011814410.1800.44190.8310028.24
Hex07690641202Cbf641c
Octal01662201442205427714434
Binary0111011010010000110010010010010110010111111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007690; }

 p { color: rgb(0,118,144); }

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

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

 a { background-color: rgb(0,118,144); }

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

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

 span { border-color: rgb(0,118,144); }

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