Html Css Color HEX #098467 Deep Sea

📋 copy color: '#098467'

red 9 ◦ green 132 ◦ blue 103

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

Shades of Deep Sea #098467

Tints of Deep Sea #098467

RGB

 RED value IS 9 (3.91% from 255) = 3.69%

 GREEN value IS 132 (51.95% from 255) = 54.1%

 BLUE value IS 103 (40.63% from 255) = 42.21%

R = 3.69%
G = 54.1%
B = 42.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#098467 (or 0x098467) is known color: Deep Sea. HEX triplet: 09, 84 and 67. RGB value is (9,132,103). Sum of RGB (Red+Green+Blue) = 9+132+103=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #098467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098467 is #F67B98. Grayscale: #5B5B5B. Windows color (decimal): -16153497 or 6784009. OLE color: 6784009.

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

Color convert

RGB 9 132 103 -
CMYK 0.93 0 0.22 0.48
HSL 165.85º 0.87% 0.28% -
HSV(B) 165.85º 0.93% 0.52% -
XYZ 10.81 17.54 15.65 -
YUV 91.92 134.25 68.86 -
System Red Green Blue C M Y K H S L
Decimal 9 132 103 0.93 0 0.22 0.48 165.85 0.87 0.28
Hex 9 84 67 5D 0 16 30 A6 57 1C
Octal 11 204 147 135 0 26 60 246 127 34
Binary 1001 10000100 1100111 1011101 0 10110 110000 10100110 1010111 11100

Color Harmonies of #098467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098467

Black with #098467

Text Example


Text Example

White with #098467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098467; }

 p { color: rgb(9,132,103); }

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

background-color css

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

 a { background-color: rgb(9,132,103); }

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

border-color css

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

 span { border-color: rgb(9,132,103); }

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