Html Css Color HEX #096F78 Surfie Green

📋 copy color: '#096F78'

red 9 ◦ green 111 ◦ blue 120

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

Shades of Surfie Green #096F78

Tints of Surfie Green #096F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50%

R = 3.75%
G = 46.25%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096F78 (or 0x096F78) is known color: Surfie Green. HEX triplet: 09, 6F and 78. RGB value is (9,111,120). Sum of RGB (Red+Green+Blue) = 9+111+120=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #096F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096F78 is #F69087. Grayscale: #515151. Windows color (decimal): -16158856 or 7892745. OLE color: 7892745.

HSL color Cylindrical-coordinate representation of color #096F78: hue angle of 184.86º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096F78 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 111 120 -
CMYK 0.92 0.08 0 0.53
HSL 184.86º 0.86% 0.25% -
HSV(B) 184.86º 0.93% 0.47% -
XYZ 9.19 12.78 19.75 -
YUV 81.53 149.71 76.27 -
System Red Green Blue C M Y K H S L
Decimal 9 111 120 0.92 0.08 0 0.53 184.86 0.86 0.25
Hex 9 6F 78 5C 8 0 35 B9 56 19
Octal 11 157 170 134 10 0 65 271 126 31
Binary 1001 1101111 1111000 1011100 1000 0 110101 10111001 1010110 11001

Color Harmonies of #096F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F78

Black with #096F78

Text Example


Text Example

White with #096F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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