Html Css Color HEX #008568 Observatory

📋 copy color: '#008568'

red 0 ◦ green 133 ◦ blue 104

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

Shades of Observatory #008568

Tints of Observatory #008568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.12%

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

R = 0%
G = 56.12%
B = 43.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#008568 (or 0x008568) is known color: Observatory. HEX triplet: 00, 85 and 68. RGB value is (0,133,104). Sum of RGB (Red+Green+Blue) = 0+133+104=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #008568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008568 is #FF7A97. Grayscale: #595959. Windows color (decimal): -16743064 or 6849792. OLE color: 6849792.

HSL color Cylindrical-coordinate representation of color #008568: hue angle of 166.92º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008568 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 104 -
CMYK 1 0 0.22 0.48
HSL 166.92º 1% 0.26% -
HSV(B) 166.92º 1% 0.52% -
XYZ 10.89 17.77 15.95 -
YUV 89.93 135.94 63.86 -
System Red Green Blue C M Y K H S L
Decimal 0 133 104 1 0 0.22 0.48 166.92 1 0.26
Hex 0 85 68 64 0 16 30 A7 64 1A
Octal 0 205 150 144 0 26 60 247 144 32
Binary 0 10000101 1101000 1100100 0 10110 110000 10100111 1100100 11010

Color Harmonies of #008568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008568

Black with #008568

Text Example


Text Example

White with #008568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008568; }

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

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

background-color css

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

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

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

border-color css

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

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

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