Html Css Color HEX #07998C Persian Green

📋 copy color: '#07998C'

red 7 ◦ green 153 ◦ blue 140

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

Shades of Persian Green #07998C

Tints of Persian Green #07998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51%

 BLUE value IS 140 (55.08% from 255) = 46.67%

R = 2.33%
G = 51%
B = 46.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#07998C (or 0x07998C) is known color: Persian Green. HEX triplet: 07, 99 and 8C. RGB value is (7,153,140). Sum of RGB (Red+Green+Blue) = 7+153+140=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #07998C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07998C is #F86673. Grayscale: #6B6B6B. Windows color (decimal): -16279156 or 9214215. OLE color: 9214215.

HSL color Cylindrical-coordinate representation of color #07998C: hue angle of 174.66º 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 #07998C is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 153 140 -
CMYK 0.95 0 0.08 0.4
HSL 174.66º 0.91% 0.31% -
HSV(B) 174.66º 0.95% 0.6% -
XYZ 16.21 24.72 28.73 -
YUV 107.86 146.13 56.06 -
System Red Green Blue C M Y K H S L
Decimal 7 153 140 0.95 0 0.08 0.4 174.66 0.91 0.31
Hex 7 99 8C 5F 0 8 28 AF 5B 1F
Octal 7 231 214 137 0 10 50 257 133 37
Binary 111 10011001 10001100 1011111 0 1000 101000 10101111 1011011 11111

Color Harmonies of #07998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07998C

Black with #07998C

Text Example


Text Example

White with #07998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07998C; }

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

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

background-color css

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

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

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

border-color css

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

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

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