Html Css Color HEX #069D95 Persian Green

📋 copy color: '#069D95'

red 6 ◦ green 157 ◦ blue 149

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

Shades of Persian Green #069D95

Tints of Persian Green #069D95

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.32%

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 1.92%
G = 50.32%
B = 47.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#069D95 (or 0x069D95) is known color: Persian Green. HEX triplet: 06, 9D and 95. RGB value is (6,157,149). Sum of RGB (Red+Green+Blue) = 6+157+149=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #069D95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069D95 is #F9626A. Grayscale: #6E6E6E. Windows color (decimal): -16343659 or 9805062. OLE color: 9805062.

HSL color Cylindrical-coordinate representation of color #069D95: hue angle of 176.82º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069D95 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 157 149 -
CMYK 0.96 0 0.05 0.38
HSL 176.82º 0.93% 0.32% -
HSV(B) 176.82º 0.96% 0.62% -
XYZ 17.56 26.32 32.59 -
YUV 110.94 149.47 53.15 -
System Red Green Blue C M Y K H S L
Decimal 6 157 149 0.96 0 0.05 0.38 176.82 0.93 0.32
Hex 6 9D 95 60 0 5 26 B1 5D 20
Octal 6 235 225 140 0 5 46 261 135 40
Binary 110 10011101 10010101 1100000 0 101 100110 10110001 1011101 100000

Color Harmonies of #069D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069D95

Black with #069D95

Text Example


Text Example

White with #069D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069D95; }

 p { color: rgb(6,157,149); }

 H1.HeaderClassName
 {
   color: #069D95;
 }
 .AnyTagClassName
 {
   color: #069D95;
 }
</style>

background-color css

<style>
 a { background-color: #069D95; }

 a { background-color: rgb(6,157,149); }

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

border-color css

<style>
 span { border-color: #069D95; }

 span { border-color: rgb(6,157,149); }

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