Html Css Color HEX #098462 Deep Sea

📋 copy color: '#098462'

red 9 ◦ green 132 ◦ blue 98

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

Shades of Deep Sea #098462

Tints of Deep Sea #098462

RGB

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

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

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

R = 3.77%
G = 55.23%
B = 41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#098462 (or 0x098462) is known color: Deep Sea. HEX triplet: 09, 84 and 62. RGB value is (9,132,98). Sum of RGB (Red+Green+Blue) = 9+132+98=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #098462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098462 is #F67B9D. Grayscale: #5B5B5B. Windows color (decimal): -16153502 or 6456329. OLE color: 6456329.

HSL color Cylindrical-coordinate representation of color #098462: hue angle of 163.41º 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 #098462 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 132 98 -
CMYK 0.93 0 0.26 0.48
HSL 163.41º 0.87% 0.28% -
HSV(B) 163.41º 0.93% 0.52% -
XYZ 10.57 17.44 14.36 -
YUV 91.35 131.75 69.26 -
System Red Green Blue C M Y K H S L
Decimal 9 132 98 0.93 0 0.26 0.48 163.41 0.87 0.28
Hex 9 84 62 5D 0 1A 30 A3 57 1C
Octal 11 204 142 135 0 32 60 243 127 34
Binary 1001 10000100 1100010 1011101 0 11010 110000 10100011 1010111 11100

Color Harmonies of #098462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098462

Black with #098462

Text Example


Text Example

White with #098462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098462; }

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

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

background-color css

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

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

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

border-color css

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

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

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