Html Css Color HEX #068E62 Observatory

📋 copy color: '#068E62'

red 6 ◦ green 142 ◦ blue 98

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

Shades of Observatory #068E62

Tints of Observatory #068E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.84%

R = 2.44%
G = 57.72%
B = 39.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#068E62 (or 0x068E62) is known color: Observatory. HEX triplet: 06, 8E and 62. RGB value is (6,142,98). Sum of RGB (Red+Green+Blue) = 6+142+98=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #068E62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E62 is #F9719D. Grayscale: #606060. Windows color (decimal): -16347550 or 6458886. OLE color: 6458886.

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

Color convert

RGB 6 142 98 -
CMYK 0.96 0 0.31 0.44
HSL 160.59º 0.92% 0.29% -
HSV(B) 160.59º 0.96% 0.56% -
XYZ 11.95 20.27 14.84 -
YUV 96.32 128.94 63.58 -
System Red Green Blue C M Y K H S L
Decimal 6 142 98 0.96 0 0.31 0.44 160.59 0.92 0.29
Hex 6 8E 62 60 0 1F 2C A1 5C 1D
Octal 6 216 142 140 0 37 54 241 134 35
Binary 110 10001110 1100010 1100000 0 11111 101100 10100001 1011100 11101

Color Harmonies of #068E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068E62

Black with #068E62

Text Example


Text Example

White with #068E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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