Html Css Color HEX #008B68 Observatory

📋 copy color: '#008B68'

red 0 ◦ green 139 ◦ blue 104

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

Shades of Observatory #008B68

Tints of Observatory #008B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 57.2%

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

R = 0%
G = 57.2%
B = 42.8%

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

#008B68 (or 0x008B68) is known color: Observatory. HEX triplet: 00, 8B and 68. RGB value is (0,139,104). Sum of RGB (Red+Green+Blue) = 0+139+104=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #008B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B68 is #FF7497. Grayscale: #5D5D5D. Windows color (decimal): -16741528 or 6851328. OLE color: 6851328.

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

Color convert

RGB 0 139 104 -
CMYK 1 0 0.25 0.45
HSL 164.89º 1% 0.27% -
HSV(B) 164.89º 1% 0.55% -
XYZ 11.73 19.46 16.24 -
YUV 93.45 133.95 61.35 -
System Red Green Blue C M Y K H S L
Decimal 0 139 104 1 0 0.25 0.45 164.89 1 0.27
Hex 0 8B 68 64 0 19 2D A5 64 1B
Octal 0 213 150 144 0 31 55 245 144 33
Binary 0 10001011 1101000 1100100 0 11001 101101 10100101 1100100 11011

Color Harmonies of #008B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B68

Black with #008B68

Text Example


Text Example

White with #008B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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