Html Css Color HEX #068565 Observatory

📋 copy color: '#068565'

red 6 ◦ green 133 ◦ blue 101

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

Shades of Observatory #068565

Tints of Observatory #068565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 2.5%
G = 55.42%
B = 42.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#068565 (or 0x068565) is known color: Observatory. HEX triplet: 06, 85 and 65. RGB value is (6,133,101). Sum of RGB (Red+Green+Blue) = 6+133+101=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #068565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068565 is #F97A9A. Grayscale: #5B5B5B. Windows color (decimal): -16349851 or 6653190. OLE color: 6653190.

HSL color Cylindrical-coordinate representation of color #068565: hue angle of 164.88º 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 #068565 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 101 -
CMYK 0.95 0 0.24 0.48
HSL 164.88º 0.91% 0.27% -
HSV(B) 164.88º 0.95% 0.52% -
XYZ 10.81 17.75 15.17 -
YUV 91.38 133.42 67.1 -
System Red Green Blue C M Y K H S L
Decimal 6 133 101 0.95 0 0.24 0.48 164.88 0.91 0.27
Hex 6 85 65 5F 0 18 30 A5 5B 1B
Octal 6 205 145 137 0 30 60 245 133 33
Binary 110 10000101 1100101 1011111 0 11000 110000 10100101 1011011 11011

Color Harmonies of #068565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068565

Black with #068565

Text Example


Text Example

White with #068565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068565; }

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

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

background-color css

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

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

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

border-color css

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

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

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