Html Css Color HEX #007896 Eastern Blue

📋 copy color: '#007896'

red 0 ◦ green 120 ◦ blue 150

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

Shades of Eastern Blue #007896

Tints of Eastern Blue #007896

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 120 (47.27% from 255) = 44.44%

 BLUE value IS 150 (58.98% from 255) = 55.56%

R = 0%
G = 44.44%
B = 55.56%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#007896 (or 0x007896) is known color: Eastern Blue. HEX triplet: 00, 78 and 96. RGB value is (0,120,150). Sum of RGB (Red+Green+Blue) = 0+120+150=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #007896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007896 is #FF8769. Grayscale: #575757. Windows color (decimal): -16746346 or 9861120. OLE color: 9861120.

HSL color Cylindrical-coordinate representation of color #007896: hue angle of 192º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007896 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 120 150 -
CMYK 1 0.20 0 0.41
HSL 192º 1% 0.29% -
HSV(B) 192º 1% 0.59% -
XYZ 12.22 15.63 31.23 -
YUV 87.54 163.24 65.56 -
System Red Green Blue C M Y K H S L
Decimal 0 120 150 1 0.20 0 0.41 192 1 0.29
Hex 0 78 96 64 14 0 29 C0 64 1D
Octal 0 170 226 144 24 0 51 300 144 35
Binary 0 1111000 10010110 1100100 10100 0 101001 11000000 1100100 11101

Color Harmonies of #007896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007896

Black with #007896

Text Example


Text Example

White with #007896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007896; }

 p { color: rgb(0,120,150); }

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

background-color css

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

 a { background-color: rgb(0,120,150); }

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

border-color css

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

 span { border-color: rgb(0,120,150); }

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