#06998D

Color #06998D Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #06998D

Tints of Persian Green #06998D

Color information

#06998D (or 0x06998D) is unknown color: approx Persian Green. HEX triplet: 06, 99 and 8D. RGB value is (6,153,141). Sum of RGB (Red+Green+Blue) = 6+153+141=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #06998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06998D is #F96672. Grayscale: #6B6B6B. Windows color (decimal): -16344691 or 9279750. OLE color: 9279750.

HSL color Cylindrical-coordinate representation of color #06998D: hue angle of 175.1º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06998D is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB6153141-
CMYK0.9600.080.4
HSL175.1º92.45%31.18%-
HSV(B)175.1º96.08%60%-
XYZ16.2724.7429.12-
YUV107.68146.855.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2%
GREEN value IS 153 (60.16% from 255) = 51%
BLUE value IS 141 (55.47% from 255) = 47%
R=2%
G=51%
B=47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61531410.9600.080.4175.192.4531.18
Hex6998D600828af5c1f
Octal62312151400105025713437
Binary110100110011000110111000000100010100010101111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06998D; }

 p { color: rgb(6,153,141); }

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

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

 a { background-color: rgb(6,153,141); }

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

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

 span { border-color: rgb(6,153,141); }

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