Html Css Color HEX #068A72 Observatory

📋 copy color: '#068A72'

red 6 ◦ green 138 ◦ blue 114

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

Shades of Observatory #068A72

Tints of Observatory #068A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.49%

 BLUE value IS 114 (44.92% from 255) = 44.19%

R = 2.33%
G = 53.49%
B = 44.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#068A72 (or 0x068A72) is known color: Observatory. HEX triplet: 06, 8A and 72. RGB value is (6,138,114). Sum of RGB (Red+Green+Blue) = 6+138+114=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #068A72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068A72 is #F9758D. Grayscale: #5F5F5F. Windows color (decimal): -16348558 or 7506438. OLE color: 7506438.

HSL color Cylindrical-coordinate representation of color #068A72: hue angle of 169.09º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A72 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 138 114 -
CMYK 0.96 0 0.17 0.46
HSL 169.09º 0.92% 0.28% -
HSV(B) 169.09º 0.96% 0.54% -
XYZ 12.2 19.43 19.03 -
YUV 95.8 138.27 63.95 -
System Red Green Blue C M Y K H S L
Decimal 6 138 114 0.96 0 0.17 0.46 169.09 0.92 0.28
Hex 6 8A 72 60 0 11 2E A9 5C 1C
Octal 6 212 162 140 0 21 56 251 134 34
Binary 110 10001010 1110010 1100000 0 10001 101110 10101001 1011100 11100

Color Harmonies of #068A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068A72

Black with #068A72

Text Example


Text Example

White with #068A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,138,114); }

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

background-color css

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

 a { background-color: rgb(6,138,114); }

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

border-color css

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

 span { border-color: rgb(6,138,114); }

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