Html Css Color HEX #008C68 Observatory

📋 copy color: '#008C68'

red 0 ◦ green 140 ◦ blue 104

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

Shades of Observatory #008C68

Tints of Observatory #008C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 0%
G = 57.38%
B = 42.62%

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

#008C68 (or 0x008C68) is known color: Observatory. HEX triplet: 00, 8C and 68. RGB value is (0,140,104). Sum of RGB (Red+Green+Blue) = 0+140+104=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #008C68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C68 is #FF7397. Grayscale: #5E5E5E. Windows color (decimal): -16741272 or 6851584. OLE color: 6851584.

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

Color convert

RGB 0 140 104 -
CMYK 1 0 0.26 0.45
HSL 164.57º 1% 0.27% -
HSV(B) 164.57º 1% 0.55% -
XYZ 11.88 19.76 16.28 -
YUV 94.04 133.62 60.93 -
System Red Green Blue C M Y K H S L
Decimal 0 140 104 1 0 0.26 0.45 164.57 1 0.27
Hex 0 8C 68 64 0 1A 2D A5 64 1B
Octal 0 214 150 144 0 32 55 245 144 33
Binary 0 10001100 1101000 1100100 0 11010 101101 10100101 1100100 11011

Color Harmonies of #008C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008C68

Black with #008C68

Text Example


Text Example

White with #008C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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