Html Css Color HEX #097D75 Surfie Green

📋 copy color: '#097D75'

red 9 ◦ green 125 ◦ blue 117

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

Shades of Surfie Green #097D75

Tints of Surfie Green #097D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.8%

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

R = 3.59%
G = 49.8%
B = 46.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#097D75 (or 0x097D75) is known color: Surfie Green. HEX triplet: 09, 7D and 75. RGB value is (9,125,117). Sum of RGB (Red+Green+Blue) = 9+125+117=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #097D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097D75 is #F6828A. Grayscale: #595959. Windows color (decimal): -16155275 or 7699721. OLE color: 7699721.

HSL color Cylindrical-coordinate representation of color #097D75: hue angle of 175.86º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097D75 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 125 117 -
CMYK 0.93 0 0.06 0.51
HSL 175.86º 0.87% 0.26% -
HSV(B) 175.86º 0.93% 0.49% -
XYZ 10.66 16.01 19.36 -
YUV 89.4 143.57 70.65 -
System Red Green Blue C M Y K H S L
Decimal 9 125 117 0.93 0 0.06 0.51 175.86 0.87 0.26
Hex 9 7D 75 5D 0 6 33 B0 57 1A
Octal 11 175 165 135 0 6 63 260 127 32
Binary 1001 1111101 1110101 1011101 0 110 110011 10110000 1010111 11010

Color Harmonies of #097D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097D75

Black with #097D75

Text Example


Text Example

White with #097D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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