Html Css Color HEX #06998F Persian Green

📋 copy color: '#06998F'

red 6 ◦ green 153 ◦ blue 143

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

Shades of Persian Green #06998F

Tints of Persian Green #06998F

RGB

 RED value IS 6 (2.73% from 255) = 1.99%

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

 BLUE value IS 143 (56.25% from 255) = 47.35%

R = 1.99%
G = 50.66%
B = 47.35%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#06998F (or 0x06998F) is known color: Persian Green. HEX triplet: 06, 99 and 8F. RGB value is (6,153,143). Sum of RGB (Red+Green+Blue) = 6+153+143=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #06998F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06998F is #F96670. Grayscale: #6B6B6B. Windows color (decimal): -16344689 or 9410822. OLE color: 9410822.

HSL color Cylindrical-coordinate representation of color #06998F: hue angle of 175.92º 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 #06998F is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 143 -
CMYK 0.96 0 0.07 0.4
HSL 175.92º 0.92% 0.31% -
HSV(B) 175.92º 0.96% 0.6% -
XYZ 16.42 24.8 29.91 -
YUV 107.91 147.8 55.31 -
System Red Green Blue C M Y K H S L
Decimal 6 153 143 0.96 0 0.07 0.4 175.92 0.92 0.31
Hex 6 99 8F 60 0 7 28 B0 5C 1F
Octal 6 231 217 140 0 7 50 260 134 37
Binary 110 10011001 10001111 1100000 0 111 101000 10110000 1011100 11111

Color Harmonies of #06998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06998F

Black with #06998F

Text Example


Text Example

White with #06998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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