Html Css Color HEX #068570 Observatory

📋 copy color: '#068570'

red 6 ◦ green 133 ◦ blue 112

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

Shades of Observatory #068570

Tints of Observatory #068570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

 BLUE value IS 112 (44.14% from 255) = 44.62%

R = 2.39%
G = 52.99%
B = 44.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#068570 (or 0x068570) is known color: Observatory. HEX triplet: 06, 85 and 70. RGB value is (6,133,112). Sum of RGB (Red+Green+Blue) = 6+133+112=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #068570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068570 is #F97A8F. Grayscale: #5C5C5C. Windows color (decimal): -16349840 or 7374086. OLE color: 7374086.

HSL color Cylindrical-coordinate representation of color #068570: hue angle of 170.08º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068570 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 112 -
CMYK 0.95 0 0.16 0.48
HSL 170.08º 0.91% 0.27% -
HSV(B) 170.08º 0.95% 0.52% -
XYZ 11.39 17.98 18.2 -
YUV 92.63 138.92 66.21 -
System Red Green Blue C M Y K H S L
Decimal 6 133 112 0.95 0 0.16 0.48 170.08 0.91 0.27
Hex 6 85 70 5F 0 10 30 AA 5B 1B
Octal 6 205 160 137 0 20 60 252 133 33
Binary 110 10000101 1110000 1011111 0 10000 110000 10101010 1011011 11011

Color Harmonies of #068570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068570

Black with #068570

Text Example


Text Example

White with #068570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068570; }

 p { color: rgb(6,133,112); }

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

background-color css

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

 a { background-color: rgb(6,133,112); }

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

border-color css

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

 span { border-color: rgb(6,133,112); }

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