Html Css Color HEX #068F7D Observatory

📋 copy color: '#068F7D'

red 6 ◦ green 143 ◦ blue 125

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

Shades of Observatory #068F7D

Tints of Observatory #068F7D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52.19%

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

R = 2.19%
G = 52.19%
B = 45.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#068F7D (or 0x068F7D) is known color: Observatory. HEX triplet: 06, 8F and 7D. RGB value is (6,143,125). Sum of RGB (Red+Green+Blue) = 6+143+125=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #068F7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068F7D is #F97082. Grayscale: #636363. Windows color (decimal): -16347267 or 8228614. OLE color: 8228614.

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

Color convert

RGB 6 143 125 -
CMYK 0.96 0 0.13 0.44
HSL 172.12º 0.92% 0.29% -
HSV(B) 172.12º 0.96% 0.56% -
XYZ 13.6 21.16 22.77 -
YUV 99.99 142.11 60.96 -
System Red Green Blue C M Y K H S L
Decimal 6 143 125 0.96 0 0.13 0.44 172.12 0.92 0.29
Hex 6 8F 7D 60 0 D 2C AC 5C 1D
Octal 6 217 175 140 0 15 54 254 134 35
Binary 110 10001111 1111101 1100000 0 1101 101100 10101100 1011100 11101

Color Harmonies of #068F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068F7D

Black with #068F7D

Text Example


Text Example

White with #068F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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