Html Css Color HEX #008369 Observatory

📋 copy color: '#008369'

red 0 ◦ green 131 ◦ blue 105

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

Shades of Observatory #008369

Tints of Observatory #008369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.51%

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

R = 0%
G = 55.51%
B = 44.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#008369 (or 0x008369) is known color: Observatory. HEX triplet: 00, 83 and 69. RGB value is (0,131,105). Sum of RGB (Red+Green+Blue) = 0+131+105=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #008369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008369 is #FF7C96. Grayscale: #585858. Windows color (decimal): -16743575 or 6914816. OLE color: 6914816.

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

Color convert

RGB 0 131 105 -
CMYK 1 0 0.20 0.49
HSL 168.09º 1% 0.26% -
HSV(B) 168.09º 1% 0.51% -
XYZ 10.67 17.25 16.13 -
YUV 88.87 137.1 64.61 -
System Red Green Blue C M Y K H S L
Decimal 0 131 105 1 0 0.20 0.49 168.09 1 0.26
Hex 0 83 69 64 0 14 31 A8 64 1A
Octal 0 203 151 144 0 24 61 250 144 32
Binary 0 10000011 1101001 1100100 0 10100 110001 10101000 1100100 11010

Color Harmonies of #008369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008369

Black with #008369

Text Example


Text Example

White with #008369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008369; }

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

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

background-color css

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

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

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

border-color css

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

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

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