Html Css Color HEX #096F75 Surfie Green

📋 copy color: '#096F75'

red 9 ◦ green 111 ◦ blue 117

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

Shades of Surfie Green #096F75

Tints of Surfie Green #096F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.84%

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

R = 3.8%
G = 46.84%
B = 49.37%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096F75 (or 0x096F75) is known color: Surfie Green. HEX triplet: 09, 6F and 75. RGB value is (9,111,117). Sum of RGB (Red+Green+Blue) = 9+111+117=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #096F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F75 is #F6908A. Grayscale: #515151. Windows color (decimal): -16158859 or 7696137. OLE color: 7696137.

HSL color Cylindrical-coordinate representation of color #096F75: hue angle of 183.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F75 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 111 117 -
CMYK 0.92 0.05 0 0.54
HSL 183.33º 0.86% 0.25% -
HSV(B) 183.33º 0.92% 0.46% -
XYZ 9.01 12.71 18.81 -
YUV 81.19 148.21 76.51 -
System Red Green Blue C M Y K H S L
Decimal 9 111 117 0.92 0.05 0 0.54 183.33 0.86 0.25
Hex 9 6F 75 5C 5 0 36 B7 56 19
Octal 11 157 165 134 5 0 66 267 126 31
Binary 1001 1101111 1110101 1011100 101 0 110110 10110111 1010110 11001

Color Harmonies of #096F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F75

Black with #096F75

Text Example


Text Example

White with #096F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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