Html Css Color HEX #008865 Observatory

📋 copy color: '#008865'

red 0 ◦ green 136 ◦ blue 101

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

Shades of Observatory #008865

Tints of Observatory #008865

RGB

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

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

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

R = 0%
G = 57.38%
B = 42.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#008865 (or 0x008865) is known color: Observatory. HEX triplet: 00, 88 and 65. RGB value is (0,136,101). Sum of RGB (Red+Green+Blue) = 0+136+101=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #008865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008865 is #FF779A. Grayscale: #5B5B5B. Windows color (decimal): -16742299 or 6653952. OLE color: 6653952.

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

Color convert

RGB 0 136 101 -
CMYK 1 0 0.26 0.47
HSL 164.56º 1% 0.27% -
HSV(B) 164.56º 1% 0.53% -
XYZ 11.15 18.55 15.3 -
YUV 91.35 133.44 62.85 -
System Red Green Blue C M Y K H S L
Decimal 0 136 101 1 0 0.26 0.47 164.56 1 0.27
Hex 0 88 65 64 0 1A 2F A5 64 1B
Octal 0 210 145 144 0 32 57 245 144 33
Binary 0 10001000 1100101 1100100 0 11010 101111 10100101 1100100 11011

Color Harmonies of #008865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008865

Black with #008865

Text Example


Text Example

White with #008865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008865; }

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

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

background-color css

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

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

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

border-color css

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

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

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