Html Css Color HEX #06A384 Persian Green

📋 copy color: '#06A384'

red 6 ◦ green 163 ◦ blue 132

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

Shades of Persian Green #06A384

Tints of Persian Green #06A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 54.15%

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 1.99%
G = 54.15%
B = 43.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#06A384 (or 0x06A384) is known color: Persian Green. HEX triplet: 06, A3 and 84. RGB value is (6,163,132). Sum of RGB (Red+Green+Blue) = 6+163+132=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #06A384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A384 is #F95C7B. Grayscale: #707070. Windows color (decimal): -16342140 or 8692486. OLE color: 8692486.

HSL color Cylindrical-coordinate representation of color #06A384: hue angle of 168.15º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A384 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 163 132 -
CMYK 0.96 0 0.19 0.36
HSL 168.15º 0.93% 0.33% -
HSV(B) 168.15º 0.96% 0.64% -
XYZ 17.34 27.9 26.3 -
YUV 112.52 138.99 52.02 -
System Red Green Blue C M Y K H S L
Decimal 6 163 132 0.96 0 0.19 0.36 168.15 0.93 0.33
Hex 6 A3 84 60 0 13 24 A8 5D 21
Octal 6 243 204 140 0 23 44 250 135 41
Binary 110 10100011 10000100 1100000 0 10011 100100 10101000 1011101 100001

Color Harmonies of #06A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A384

Black with #06A384

Text Example


Text Example

White with #06A384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,163,132); }

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

background-color css

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

 a { background-color: rgb(6,163,132); }

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

border-color css

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

 span { border-color: rgb(6,163,132); }

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