Html Css Color HEX #098475 Surfie Green

📋 copy color: '#098475'

red 9 ◦ green 132 ◦ blue 117

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

Shades of Surfie Green #098475

Tints of Surfie Green #098475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.35%

R = 3.49%
G = 51.16%
B = 45.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#098475 (or 0x098475) is known color: Surfie Green. HEX triplet: 09, 84 and 75. RGB value is (9,132,117). Sum of RGB (Red+Green+Blue) = 9+132+117=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #098475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098475 is #F67B8A. Grayscale: #5D5D5D. Windows color (decimal): -16153483 or 7701513. OLE color: 7701513.

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

Color convert

RGB 9 132 117 -
CMYK 0.93 0 0.11 0.48
HSL 172.68º 0.87% 0.28% -
HSV(B) 172.68º 0.93% 0.52% -
XYZ 11.57 17.84 19.66 -
YUV 93.51 141.25 67.72 -
System Red Green Blue C M Y K H S L
Decimal 9 132 117 0.93 0 0.11 0.48 172.68 0.87 0.28
Hex 9 84 75 5D 0 B 30 AD 57 1C
Octal 11 204 165 135 0 13 60 255 127 34
Binary 1001 10000100 1110101 1011101 0 1011 110000 10101101 1010111 11100

Color Harmonies of #098475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098475

Black with #098475

Text Example


Text Example

White with #098475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098475; }

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

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

background-color css

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

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

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

border-color css

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

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

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