Html Css Color HEX #068D6E Observatory

📋 copy color: '#068D6E'

red 6 ◦ green 141 ◦ blue 110

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

Shades of Observatory #068D6E

Tints of Observatory #068D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 54.86%

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 2.33%
G = 54.86%
B = 42.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#068D6E (or 0x068D6E) is known color: Observatory. HEX triplet: 06, 8D and 6E. RGB value is (6,141,110). Sum of RGB (Red+Green+Blue) = 6+141+110=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #068D6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068D6E is #F97291. Grayscale: #616161. Windows color (decimal): -16347794 or 7245062. OLE color: 7245062.

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

Color convert

RGB 6 141 110 -
CMYK 0.96 0 0.22 0.45
HSL 166.22º 0.92% 0.29% -
HSV(B) 166.22º 0.96% 0.55% -
XYZ 12.41 20.21 18 -
YUV 97.1 135.27 63.02 -
System Red Green Blue C M Y K H S L
Decimal 6 141 110 0.96 0 0.22 0.45 166.22 0.92 0.29
Hex 6 8D 6E 60 0 16 2D A6 5C 1D
Octal 6 215 156 140 0 26 55 246 134 35
Binary 110 10001101 1101110 1100000 0 10110 101101 10100110 1011100 11101

Color Harmonies of #068D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068D6E

Black with #068D6E

Text Example


Text Example

White with #068D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,141,110); }

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

background-color css

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

 a { background-color: rgb(6,141,110); }

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

border-color css

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

 span { border-color: rgb(6,141,110); }

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