Html Css Color HEX #008965 Observatory

📋 copy color: '#008965'

red 0 ◦ green 137 ◦ blue 101

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

Shades of Observatory #008965

Tints of Observatory #008965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 57.56%

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

R = 0%
G = 57.56%
B = 42.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#008965 (or 0x008965) is known color: Observatory. HEX triplet: 00, 89 and 65. RGB value is (0,137,101). Sum of RGB (Red+Green+Blue) = 0+137+101=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #008965 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008965 is #FF769A. Grayscale: #5B5B5B. Windows color (decimal): -16742043 or 6654208. OLE color: 6654208.

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

Color convert

RGB 0 137 101 -
CMYK 1 0 0.26 0.46
HSL 164.23º 1% 0.27% -
HSV(B) 164.23º 1% 0.54% -
XYZ 11.29 18.83 15.35 -
YUV 91.93 133.11 62.43 -
System Red Green Blue C M Y K H S L
Decimal 0 137 101 1 0 0.26 0.46 164.23 1 0.27
Hex 0 89 65 64 0 1A 2E A4 64 1B
Octal 0 211 145 144 0 32 56 244 144 33
Binary 0 10001001 1100101 1100100 0 11010 101110 10100100 1100100 11011

Color Harmonies of #008965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008965

Black with #008965

Text Example


Text Example

White with #008965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008965; }

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

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

background-color css

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

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

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

border-color css

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

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

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