Html Css Color HEX #068E79 Observatory

📋 copy color: '#068E79'

red 6 ◦ green 142 ◦ blue 121

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

Shades of Observatory #068E79

Tints of Observatory #068E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.79%

 BLUE value IS 121 (47.66% from 255) = 44.98%

R = 2.23%
G = 52.79%
B = 44.98%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#068E79 (or 0x068E79) is known color: Observatory. HEX triplet: 06, 8E and 79. RGB value is (6,142,121). Sum of RGB (Red+Green+Blue) = 6+142+121=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #068E79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E79 is #F97186. Grayscale: #626262. Windows color (decimal): -16347527 or 7966214. OLE color: 7966214.

HSL color Cylindrical-coordinate representation of color #068E79: hue angle of 170.74º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E79 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 142 121 -
CMYK 0.96 0 0.15 0.44
HSL 170.74º 0.92% 0.29% -
HSV(B) 170.74º 0.96% 0.56% -
XYZ 13.2 20.77 21.4 -
YUV 98.94 140.44 61.71 -
System Red Green Blue C M Y K H S L
Decimal 6 142 121 0.96 0 0.15 0.44 170.74 0.92 0.29
Hex 6 8E 79 60 0 F 2C AB 5C 1D
Octal 6 216 171 140 0 17 54 253 134 35
Binary 110 10001110 1111001 1100000 0 1111 101100 10101011 1011100 11101

Color Harmonies of #068E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068E79

Black with #068E79

Text Example


Text Example

White with #068E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068E79; }

 p { color: rgb(6,142,121); }

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

background-color css

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

 a { background-color: rgb(6,142,121); }

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

border-color css

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

 span { border-color: rgb(6,142,121); }

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