Html Css Color HEX #07989A Persian Green

📋 copy color: '#07989A'

red 7 ◦ green 152 ◦ blue 154

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

Shades of Persian Green #07989A

Tints of Persian Green #07989A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.56%

 BLUE value IS 154 (60.55% from 255) = 49.2%

R = 2.24%
G = 48.56%
B = 49.2%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#07989A (or 0x07989A) is known color: Persian Green. HEX triplet: 07, 98 and 9A. RGB value is (7,152,154). Sum of RGB (Red+Green+Blue) = 7+152+154=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #07989A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07989A is #F86765. Grayscale: #6C6C6C. Windows color (decimal): -16279398 or 10131463. OLE color: 10131463.

HSL color Cylindrical-coordinate representation of color #07989A: hue angle of 180.82º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07989A is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 7 152 154 -
CMYK 0.95 0.01 0 0.40
HSL 180.82º 0.91% 0.32% -
HSV(B) 180.82º 0.95% 0.6% -
XYZ 17.15 24.83 34.46 -
YUV 108.87 153.46 55.34 -
System Red Green Blue C M Y K H S L
Decimal 7 152 154 0.95 0.01 0 0.40 180.82 0.91 0.32
Hex 7 98 9A 5F 1 0 28 B5 5B 20
Octal 7 230 232 137 1 0 50 265 133 40
Binary 111 10011000 10011010 1011111 1 0 101000 10110101 1011011 100000

Color Harmonies of #07989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07989A

Black with #07989A

Text Example


Text Example

White with #07989A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07989A; }

 p { color: rgb(7,152,154); }

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

background-color css

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

 a { background-color: rgb(7,152,154); }

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

border-color css

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

 span { border-color: rgb(7,152,154); }

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