Html Css Color HEX #068A70 Observatory

📋 copy color: '#068A70'

red 6 ◦ green 138 ◦ blue 112

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

Shades of Observatory #068A70

Tints of Observatory #068A70

RGB

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

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

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

R = 2.34%
G = 53.91%
B = 43.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#068A70 (or 0x068A70) is known color: Observatory. HEX triplet: 06, 8A and 70. RGB value is (6,138,112). Sum of RGB (Red+Green+Blue) = 6+138+112=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #068A70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068A70 is #F9758F. Grayscale: #5F5F5F. Windows color (decimal): -16348560 or 7375366. OLE color: 7375366.

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

Color convert

RGB 6 138 112 -
CMYK 0.96 0 0.19 0.46
HSL 168.18º 0.92% 0.28% -
HSV(B) 168.18º 0.96% 0.54% -
XYZ 12.09 19.39 18.43 -
YUV 95.57 137.27 64.11 -
System Red Green Blue C M Y K H S L
Decimal 6 138 112 0.96 0 0.19 0.46 168.18 0.92 0.28
Hex 6 8A 70 60 0 13 2E A8 5C 1C
Octal 6 212 160 140 0 23 56 250 134 34
Binary 110 10001010 1110000 1100000 0 10011 101110 10101000 1011100 11100

Color Harmonies of #068A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068A70

Black with #068A70

Text Example


Text Example

White with #068A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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