Html Css Color HEX #008D69 Observatory

📋 copy color: '#008D69'

red 0 ◦ green 141 ◦ blue 105

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

Shades of Observatory #008D69

Tints of Observatory #008D69

RGB

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

 GREEN value IS 141 (55.47% from 255) = 57.32%

 BLUE value IS 105 (41.41% from 255) = 42.68%

R = 0%
G = 57.32%
B = 42.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#008D69 (or 0x008D69) is known color: Observatory. HEX triplet: 00, 8D and 69. RGB value is (0,141,105). Sum of RGB (Red+Green+Blue) = 0+141+105=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #008D69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D69 is #FF7296. Grayscale: #5E5E5E. Windows color (decimal): -16741015 or 6917376. OLE color: 6917376.

HSL color Cylindrical-coordinate representation of color #008D69: hue angle of 164.68º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D69 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 141 105 -
CMYK 1 0 0.26 0.45
HSL 164.68º 1% 0.28% -
HSV(B) 164.68º 1% 0.55% -
XYZ 12.07 20.07 16.6 -
YUV 94.74 133.79 60.43 -
System Red Green Blue C M Y K H S L
Decimal 0 141 105 1 0 0.26 0.45 164.68 1 0.28
Hex 0 8D 69 64 0 1A 2D A5 64 1C
Octal 0 215 151 144 0 32 55 245 144 34
Binary 0 10001101 1101001 1100100 0 11010 101101 10100101 1100100 11100

Color Harmonies of #008D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D69

Black with #008D69

Text Example


Text Example

White with #008D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008D69; }

 p { color: rgb(0,141,105); }

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

background-color css

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

 a { background-color: rgb(0,141,105); }

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

border-color css

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

 span { border-color: rgb(0,141,105); }

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