Html Css Color HEX #079099 Eastern Blue

📋 copy color: '#079099'

red 7 ◦ green 144 ◦ blue 153

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

Shades of Eastern Blue #079099

Tints of Eastern Blue #079099

RGB

 RED value IS 7 (3.13% from 255) = 2.3%

 GREEN value IS 144 (56.64% from 255) = 47.37%

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 2.3%
G = 47.37%
B = 50.33%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#079099 (or 0x079099) is known color: Eastern Blue. HEX triplet: 07, 90 and 99. RGB value is (7,144,153). Sum of RGB (Red+Green+Blue) = 7+144+153=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #079099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079099 is #F86F66. Grayscale: #676767. Windows color (decimal): -16281447 or 10063879. OLE color: 10063879.

HSL color Cylindrical-coordinate representation of color #079099: hue angle of 183.7º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079099 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 144 153 -
CMYK 0.95 0.06 0 0.4
HSL 183.7º 0.91% 0.31% -
HSV(B) 183.7º 0.95% 0.6% -
XYZ 15.81 22.29 33.61 -
YUV 104.06 155.61 58.77 -
System Red Green Blue C M Y K H S L
Decimal 7 144 153 0.95 0.06 0 0.4 183.7 0.91 0.31
Hex 7 90 99 5F 6 0 28 B8 5B 1F
Octal 7 220 231 137 6 0 50 270 133 37
Binary 111 10010000 10011001 1011111 110 0 101000 10111000 1011011 11111

Color Harmonies of #079099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079099

Black with #079099

Text Example


Text Example

White with #079099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079099; }

 p { color: rgb(7,144,153); }

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

background-color css

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

 a { background-color: rgb(7,144,153); }

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

border-color css

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

 span { border-color: rgb(7,144,153); }

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