Html Css Color HEX #008C62 Observatory

📋 copy color: '#008C62'

red 0 ◦ green 140 ◦ blue 98

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

Shades of Observatory #008C62

Tints of Observatory #008C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.18%

R = 0%
G = 58.82%
B = 41.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#008C62 (or 0x008C62) is known color: Observatory. HEX triplet: 00, 8C and 62. RGB value is (0,140,98). Sum of RGB (Red+Green+Blue) = 0+140+98=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 140 (55.08% from 255 or 58.82% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 140 - color contains mainly: green. Hex color #008C62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C62 is #FF739D. Grayscale: #5D5D5D. Windows color (decimal): -16741278 or 6458368. OLE color: 6458368.

HSL color Cylindrical-coordinate representation of color #008C62: hue angle of 162º 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 #008C62 is Cyan = 1, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 140 98 -
CMYK 1 0 0.3 0.45
HSL 162º 1% 0.27% -
HSV(B) 162º 1% 0.55% -
XYZ 11.58 19.64 14.74 -
YUV 93.35 130.62 61.42 -
System Red Green Blue C M Y K H S L
Decimal 0 140 98 1 0 0.3 0.45 162 1 0.27
Hex 0 8C 62 64 0 1E 2D A2 64 1B
Octal 0 214 142 144 0 36 55 242 144 33
Binary 0 10001100 1100010 1100100 0 11110 101101 10100010 1100100 11011

Color Harmonies of #008C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008C62

Black with #008C62

Text Example


Text Example

White with #008C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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