Html Css Color HEX #008C69 Observatory

📋 copy color: '#008C69'

red 0 ◦ green 140 ◦ blue 105

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

Shades of Observatory #008C69

Tints of Observatory #008C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 57.14%

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

R = 0%
G = 57.14%
B = 42.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#008C69 (or 0x008C69) is known color: Observatory. HEX triplet: 00, 8C and 69. RGB value is (0,140,105). Sum of RGB (Red+Green+Blue) = 0+140+105=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #008C69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C69 is #FF7396. Grayscale: #5E5E5E. Windows color (decimal): -16741271 or 6917120. OLE color: 6917120.

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

Color convert

RGB 0 140 105 -
CMYK 1 0 0.25 0.45
HSL 165º 1% 0.27% -
HSV(B) 165º 1% 0.55% -
XYZ 11.93 19.78 16.55 -
YUV 94.15 134.12 60.85 -
System Red Green Blue C M Y K H S L
Decimal 0 140 105 1 0 0.25 0.45 165 1 0.27
Hex 0 8C 69 64 0 19 2D A5 64 1B
Octal 0 214 151 144 0 31 55 245 144 33
Binary 0 10001100 1101001 1100100 0 11001 101101 10100101 1100100 11011

Color Harmonies of #008C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008C69

Black with #008C69

Text Example


Text Example

White with #008C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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