Html Css Color HEX #008665 Observatory

📋 copy color: '#008665'

red 0 ◦ green 134 ◦ blue 101

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

Shades of Observatory #008665

Tints of Observatory #008665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.02%

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

R = 0%
G = 57.02%
B = 42.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#008665 (or 0x008665) is known color: Observatory. HEX triplet: 00, 86 and 65. RGB value is (0,134,101). Sum of RGB (Red+Green+Blue) = 0+134+101=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #008665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008665 is #FF799A. Grayscale: #5A5A5A. Windows color (decimal): -16742811 or 6653440. OLE color: 6653440.

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

Color convert

RGB 0 134 101 -
CMYK 1 0 0.25 0.47
HSL 165.22º 1% 0.26% -
HSV(B) 165.22º 1% 0.53% -
XYZ 10.87 17.99 15.21 -
YUV 90.17 134.11 63.68 -
System Red Green Blue C M Y K H S L
Decimal 0 134 101 1 0 0.25 0.47 165.22 1 0.26
Hex 0 86 65 64 0 19 2F A5 64 1A
Octal 0 206 145 144 0 31 57 245 144 32
Binary 0 10000110 1100101 1100100 0 11001 101111 10100101 1100100 11010

Color Harmonies of #008665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008665

Black with #008665

Text Example


Text Example

White with #008665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008665; }

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

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

background-color css

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

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

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

border-color css

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

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

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