Html Css Color HEX #096F76 Surfie Green

📋 copy color: '#096F76'

red 9 ◦ green 111 ◦ blue 118

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

Shades of Surfie Green #096F76

Tints of Surfie Green #096F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.58%

R = 3.78%
G = 46.64%
B = 49.58%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096F76 (or 0x096F76) is known color: Surfie Green. HEX triplet: 09, 6F and 76. RGB value is (9,111,118). Sum of RGB (Red+Green+Blue) = 9+111+118=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #096F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F76 is #F69089. Grayscale: #515151. Windows color (decimal): -16158858 or 7761673. OLE color: 7761673.

HSL color Cylindrical-coordinate representation of color #096F76: hue angle of 183.85º 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 #096F76 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 111 118 -
CMYK 0.92 0.06 0 0.54
HSL 183.85º 0.86% 0.25% -
HSV(B) 183.85º 0.92% 0.46% -
XYZ 9.07 12.73 19.12 -
YUV 81.3 148.71 76.43 -
System Red Green Blue C M Y K H S L
Decimal 9 111 118 0.92 0.06 0 0.54 183.85 0.86 0.25
Hex 9 6F 76 5C 6 0 36 B8 56 19
Octal 11 157 166 134 6 0 66 270 126 31
Binary 1001 1101111 1110110 1011100 110 0 110110 10111000 1010110 11001

Color Harmonies of #096F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F76

Black with #096F76

Text Example


Text Example

White with #096F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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