Html Css Color HEX #069B85 Persian Green

📋 copy color: '#069B85'

red 6 ◦ green 155 ◦ blue 133

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

Shades of Persian Green #069B85

Tints of Persian Green #069B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.72%

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 2.04%
G = 52.72%
B = 45.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#069B85 (or 0x069B85) is known color: Persian Green. HEX triplet: 06, 9B and 85. RGB value is (6,155,133). Sum of RGB (Red+Green+Blue) = 6+155+133=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #069B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069B85 is #F9647A. Grayscale: #6B6B6B. Windows color (decimal): -16344187 or 8755974. OLE color: 8755974.

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

Color convert

RGB 6 155 133 -
CMYK 0.96 0 0.14 0.39
HSL 171.14º 0.93% 0.32% -
HSV(B) 171.14º 0.96% 0.61% -
XYZ 16.03 25.17 26.2 -
YUV 107.94 142.14 55.29 -
System Red Green Blue C M Y K H S L
Decimal 6 155 133 0.96 0 0.14 0.39 171.14 0.93 0.32
Hex 6 9B 85 60 0 E 27 AB 5D 20
Octal 6 233 205 140 0 16 47 253 135 40
Binary 110 10011011 10000101 1100000 0 1110 100111 10101011 1011101 100000

Color Harmonies of #069B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069B85

Black with #069B85

Text Example


Text Example

White with #069B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,155,133); }

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

background-color css

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

 a { background-color: rgb(6,155,133); }

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

border-color css

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

 span { border-color: rgb(6,155,133); }

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