Html Css Color HEX #069894 Persian Green

📋 copy color: '#069894'

red 6 ◦ green 152 ◦ blue 148

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

Shades of Persian Green #069894

Tints of Persian Green #069894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.67%

 BLUE value IS 148 (58.2% from 255) = 48.37%

R = 1.96%
G = 49.67%
B = 48.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#069894 (or 0x069894) is known color: Persian Green. HEX triplet: 06, 98 and 94. RGB value is (6,152,148). Sum of RGB (Red+Green+Blue) = 6+152+148=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #069894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069894 is #F9676B. Grayscale: #6B6B6B. Windows color (decimal): -16344940 or 9738246. OLE color: 9738246.

HSL color Cylindrical-coordinate representation of color #069894: hue angle of 178.36º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069894 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 152 148 -
CMYK 0.96 0 0.03 0.40
HSL 178.36º 0.92% 0.31% -
HSV(B) 178.36º 0.96% 0.6% -
XYZ 16.65 24.63 31.89 -
YUV 107.89 150.63 55.33 -
System Red Green Blue C M Y K H S L
Decimal 6 152 148 0.96 0 0.03 0.40 178.36 0.92 0.31
Hex 6 98 94 60 0 3 28 B2 5C 1F
Octal 6 230 224 140 0 3 50 262 134 37
Binary 110 10011000 10010100 1100000 0 11 101000 10110010 1011100 11111

Color Harmonies of #069894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069894

Black with #069894

Text Example


Text Example

White with #069894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069894; }

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

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

background-color css

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

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

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

border-color css

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

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

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