Html Css Color HEX #098477 Surfie Green

📋 copy color: '#098477'

red 9 ◦ green 132 ◦ blue 119

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

Shades of Surfie Green #098477

Tints of Surfie Green #098477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 3.46%
G = 50.77%
B = 45.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#098477 (or 0x098477) is known color: Surfie Green. HEX triplet: 09, 84 and 77. RGB value is (9,132,119). Sum of RGB (Red+Green+Blue) = 9+132+119=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #098477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098477 is #F67B88. Grayscale: #5D5D5D. Windows color (decimal): -16153481 or 7832585. OLE color: 7832585.

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

Color convert

RGB 9 132 119 -
CMYK 0.93 0 0.10 0.48
HSL 173.66º 0.87% 0.28% -
HSV(B) 173.66º 0.93% 0.52% -
XYZ 11.69 17.89 20.29 -
YUV 93.74 142.25 67.56 -
System Red Green Blue C M Y K H S L
Decimal 9 132 119 0.93 0 0.10 0.48 173.66 0.87 0.28
Hex 9 84 77 5D 0 A 30 AE 57 1C
Octal 11 204 167 135 0 12 60 256 127 34
Binary 1001 10000100 1110111 1011101 0 1010 110000 10101110 1010111 11100

Color Harmonies of #098477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098477

Black with #098477

Text Example


Text Example

White with #098477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098477; }

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

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

background-color css

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

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

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

border-color css

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

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

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