Html Css Color HEX #069F98 Persian Green

📋 copy color: '#069F98'

red 6 ◦ green 159 ◦ blue 152

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

Shades of Persian Green #069F98

Tints of Persian Green #069F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.16%

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

R = 1.89%
G = 50.16%
B = 47.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#069F98 (or 0x069F98) is known color: Persian Green. HEX triplet: 06, 9F and 98. RGB value is (6,159,152). Sum of RGB (Red+Green+Blue) = 6+159+152=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #069F98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069F98 is #F96067. Grayscale: #707070. Windows color (decimal): -16343144 or 10002182. OLE color: 10002182.

HSL color Cylindrical-coordinate representation of color #069F98: hue angle of 177.25º 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 #069F98 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 159 152 -
CMYK 0.96 0 0.04 0.38
HSL 177.25º 0.93% 0.32% -
HSV(B) 177.25º 0.96% 0.62% -
XYZ 18.14 27.1 33.98 -
YUV 112.46 150.31 52.07 -
System Red Green Blue C M Y K H S L
Decimal 6 159 152 0.96 0 0.04 0.38 177.25 0.93 0.32
Hex 6 9F 98 60 0 4 26 B1 5D 20
Octal 6 237 230 140 0 4 46 261 135 40
Binary 110 10011111 10011000 1100000 0 100 100110 10110001 1011101 100000

Color Harmonies of #069F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069F98

Black with #069F98

Text Example


Text Example

White with #069F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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