Html Css Color HEX #06B398 Persian Green

📋 copy color: '#06B398'

red 6 ◦ green 179 ◦ blue 152

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

Shades of Persian Green #06B398

Tints of Persian Green #06B398

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.12%

 BLUE value IS 152 (59.77% from 255) = 45.1%

R = 1.78%
G = 53.12%
B = 45.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#06B398 (or 0x06B398) is known color: Persian Green. HEX triplet: 06, B3 and 98. RGB value is (6,179,152). Sum of RGB (Red+Green+Blue) = 6+179+152=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #06B398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B398 is #F94C67. Grayscale: #7C7C7C. Windows color (decimal): -16338024 or 10007302. OLE color: 10007302.

HSL color Cylindrical-coordinate representation of color #06B398: hue angle of 170.64º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B398 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 6 179 152 -
CMYK 0.97 0 0.15 0.30
HSL 170.64º 0.94% 0.36% -
HSV(B) 170.64º 0.97% 0.7% -
XYZ 21.86 34.55 35.22 -
YUV 124.2 143.69 43.7 -
System Red Green Blue C M Y K H S L
Decimal 6 179 152 0.97 0 0.15 0.30 170.64 0.94 0.36
Hex 6 B3 98 61 0 F 1E AB 5E 24
Octal 6 263 230 141 0 17 36 253 136 44
Binary 110 10110011 10011000 1100001 0 1111 11110 10101011 1011110 100100

Color Harmonies of #06B398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B398

Black with #06B398

Text Example


Text Example

White with #06B398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06B398; }

 p { color: rgb(6,179,152); }

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

background-color css

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

 a { background-color: rgb(6,179,152); }

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

border-color css

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

 span { border-color: rgb(6,179,152); }

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