Html Css Color HEX #008565 Observatory

📋 copy color: '#008565'

red 0 ◦ green 133 ◦ blue 101

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

Shades of Observatory #008565

Tints of Observatory #008565

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 56.84%
B = 43.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#008565 (or 0x008565) is known color: Observatory. HEX triplet: 00, 85 and 65. RGB value is (0,133,101). Sum of RGB (Red+Green+Blue) = 0+133+101=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #008565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008565 is #FF7A9A. Grayscale: #595959. Windows color (decimal): -16743067 or 6653184. OLE color: 6653184.

HSL color Cylindrical-coordinate representation of color #008565: hue angle of 165.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008565 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 101 -
CMYK 1 0 0.24 0.48
HSL 165.56º 1% 0.26% -
HSV(B) 165.56º 1% 0.52% -
XYZ 10.74 17.71 15.17 -
YUV 89.59 134.44 64.1 -
System Red Green Blue C M Y K H S L
Decimal 0 133 101 1 0 0.24 0.48 165.56 1 0.26
Hex 0 85 65 64 0 18 30 A6 64 1A
Octal 0 205 145 144 0 30 60 246 144 32
Binary 0 10000101 1100101 1100100 0 11000 110000 10100110 1100100 11010

Color Harmonies of #008565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008565

Black with #008565

Text Example


Text Example

White with #008565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008565; }

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

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

background-color css

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

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

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

border-color css

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

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

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