Html Css Color HEX #068773 Observatory

📋 copy color: '#068773'

red 6 ◦ green 135 ◦ blue 115

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

Shades of Observatory #068773

Tints of Observatory #068773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.73%

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

R = 2.34%
G = 52.73%
B = 44.92%

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

#068773 (or 0x068773) is known color: Observatory. HEX triplet: 06, 87 and 73. RGB value is (6,135,115). Sum of RGB (Red+Green+Blue) = 6+135+115=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #068773 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068773 is #F9788C. Grayscale: #5E5E5E. Windows color (decimal): -16349325 or 7571206. OLE color: 7571206.

HSL color Cylindrical-coordinate representation of color #068773: hue angle of 170.7º degrees, saturation: 0.91, 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 #068773 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 135 115 -
CMYK 0.96 0 0.15 0.47
HSL 170.7º 0.91% 0.28% -
HSV(B) 170.7º 0.96% 0.53% -
XYZ 11.83 18.6 19.19 -
YUV 94.15 139.76 65.13 -
System Red Green Blue C M Y K H S L
Decimal 6 135 115 0.96 0 0.15 0.47 170.7 0.91 0.28
Hex 6 87 73 60 0 F 2F AB 5B 1C
Octal 6 207 163 140 0 17 57 253 133 34
Binary 110 10000111 1110011 1100000 0 1111 101111 10101011 1011011 11100

Color Harmonies of #068773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068773

Black with #068773

Text Example


Text Example

White with #068773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068773; }

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

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

background-color css

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

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

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

border-color css

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

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

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