Html Css Color HEX #068873 Observatory

📋 copy color: '#068873'

red 6 ◦ green 136 ◦ blue 115

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

Shades of Observatory #068873

Tints of Observatory #068873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.92%

 BLUE value IS 115 (45.31% from 255) = 44.75%

R = 2.33%
G = 52.92%
B = 44.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#068873 (or 0x068873) is known color: Observatory. HEX triplet: 06, 88 and 73. RGB value is (6,136,115). Sum of RGB (Red+Green+Blue) = 6+136+115=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #068873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068873 is #F9778C. Grayscale: #5E5E5E. Windows color (decimal): -16349069 or 7571462. OLE color: 7571462.

HSL color Cylindrical-coordinate representation of color #068873: hue angle of 170.31º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068873 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 136 115 -
CMYK 0.96 0 0.15 0.47
HSL 170.31º 0.92% 0.28% -
HSV(B) 170.31º 0.96% 0.53% -
XYZ 11.97 18.88 19.23 -
YUV 94.74 139.43 64.71 -
System Red Green Blue C M Y K H S L
Decimal 6 136 115 0.96 0 0.15 0.47 170.31 0.92 0.28
Hex 6 88 73 60 0 F 2F AA 5C 1C
Octal 6 210 163 140 0 17 57 252 134 34
Binary 110 10001000 1110011 1100000 0 1111 101111 10101010 1011100 11100

Color Harmonies of #068873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068873

Black with #068873

Text Example


Text Example

White with #068873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068873; }

 p { color: rgb(6,136,115); }

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

background-color css

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

 a { background-color: rgb(6,136,115); }

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

border-color css

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

 span { border-color: rgb(6,136,115); }

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