Html Css Color HEX #088962 Observatory

📋 copy color: '#088962'

red 8 ◦ green 137 ◦ blue 98

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

Shades of Observatory #088962

Tints of Observatory #088962

RGB

 RED value IS 8 (3.52% from 255) = 3.29%

 GREEN value IS 137 (53.91% from 255) = 56.38%

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

R = 3.29%
G = 56.38%
B = 40.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#088962 (or 0x088962) is known color: Observatory. HEX triplet: 08, 89 and 62. RGB value is (8,137,98). Sum of RGB (Red+Green+Blue) = 8+137+98=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #088962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088962 is #F7769D. Grayscale: #5E5E5E. Windows color (decimal): -16217758 or 6457608. OLE color: 6457608.

HSL color Cylindrical-coordinate representation of color #088962: hue angle of 161.86º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088962 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 137 98 -
CMYK 0.94 0 0.28 0.46
HSL 161.86º 0.89% 0.28% -
HSV(B) 161.86º 0.94% 0.54% -
XYZ 11.25 18.82 14.6 -
YUV 93.98 130.26 66.67 -
System Red Green Blue C M Y K H S L
Decimal 8 137 98 0.94 0 0.28 0.46 161.86 0.89 0.28
Hex 8 89 62 5E 0 1C 2E A2 59 1C
Octal 10 211 142 136 0 34 56 242 131 34
Binary 1000 10001001 1100010 1011110 0 11100 101110 10100010 1011001 11100

Color Harmonies of #088962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088962

Black with #088962

Text Example


Text Example

White with #088962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088962; }

 p { color: rgb(8,137,98); }

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

background-color css

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

 a { background-color: rgb(8,137,98); }

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

border-color css

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

 span { border-color: rgb(8,137,98); }

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