Html Css Color HEX #068E6D Observatory

📋 copy color: '#068E6D'

red 6 ◦ green 142 ◦ blue 109

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

Shades of Observatory #068E6D

Tints of Observatory #068E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.41%

R = 2.33%
G = 55.25%
B = 42.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#068E6D (or 0x068E6D) is known color: Observatory. HEX triplet: 06, 8E and 6D. RGB value is (6,142,109). Sum of RGB (Red+Green+Blue) = 6+142+109=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 142 (55.86% from 255 or 55.25% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 142 - color contains mainly: green. Hex color #068E6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E6D is #F97192. Grayscale: #616161. Windows color (decimal): -16347539 or 7179782. OLE color: 7179782.

HSL color Cylindrical-coordinate representation of color #068E6D: hue angle of 165.44º 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 #068E6D is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 142 109 -
CMYK 0.96 0 0.23 0.44
HSL 165.44º 0.92% 0.29% -
HSV(B) 165.44º 0.96% 0.56% -
XYZ 12.51 20.49 17.76 -
YUV 97.57 134.44 62.68 -
System Red Green Blue C M Y K H S L
Decimal 6 142 109 0.96 0 0.23 0.44 165.44 0.92 0.29
Hex 6 8E 6D 60 0 17 2C A5 5C 1D
Octal 6 216 155 140 0 27 54 245 134 35
Binary 110 10001110 1101101 1100000 0 10111 101100 10100101 1011100 11101

Color Harmonies of #068E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068E6D

Black with #068E6D

Text Example


Text Example

White with #068E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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