Html Css Color HEX #068E7D Observatory

📋 copy color: '#068E7D'

red 6 ◦ green 142 ◦ blue 125

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

Shades of Observatory #068E7D

Tints of Observatory #068E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 2.2%
G = 52.01%
B = 45.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#068E7D (or 0x068E7D) is known color: Observatory. HEX triplet: 06, 8E and 7D. RGB value is (6,142,125). Sum of RGB (Red+Green+Blue) = 6+142+125=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #068E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E7D is #F97182. Grayscale: #636363. Windows color (decimal): -16347523 or 8228358. OLE color: 8228358.

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

Color convert

RGB 6 142 125 -
CMYK 0.96 0 0.12 0.44
HSL 172.5º 0.92% 0.29% -
HSV(B) 172.5º 0.96% 0.56% -
XYZ 13.45 20.87 22.72 -
YUV 99.4 142.44 61.38 -
System Red Green Blue C M Y K H S L
Decimal 6 142 125 0.96 0 0.12 0.44 172.5 0.92 0.29
Hex 6 8E 7D 60 0 C 2C AC 5C 1D
Octal 6 216 175 140 0 14 54 254 134 35
Binary 110 10001110 1111101 1100000 0 1100 101100 10101100 1011100 11101

Color Harmonies of #068E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068E7D

Black with #068E7D

Text Example


Text Example

White with #068E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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