#0D767B

Color #0D767B Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #0D767B

Tints of Surfie Green #0D767B

Color information

#0D767B (or 0x0D767B) is unknown color: approx Surfie Green. HEX triplet: 0D, 76 and 7B. RGB value is (13,118,123). Sum of RGB (Red+Green+Blue) = 13+118+123=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D767B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D767B is #F28984. Grayscale: #575757. Windows color (decimal): -15894917 or 8091149. OLE color: 8091149.

HSL color Cylindrical-coordinate representation of color #0D767B: hue angle of 182.73º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D767B is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB13118123-
CMYK0.890.0400.52
HSL182.73º80.88%26.67%-
HSV(B)182.73º89.43%48.24%-
XYZ10.2214.4720.99-
YUV87.18148.2175.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.12%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=5.12%
G=46.46%
B=48.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal131181230.890.0400.52182.7380.8826.67
HexD767B594034b7511b
Octal15166173131406426712133
Binary1101111011011110111011001100011010010110111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D767B; }

 p { color: rgb(13,118,123); }

 H1.HeaderClassName
 {
   color: #0D767B;
 }
 .AnyTagClassName
 {
   color: #0D767B;
 }
</style>
background-color css

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

 a { background-color: rgb(13,118,123); }

 div.DivClassName
 {
   background-color: #0D767B;
 }
 .BgClassName
 {
   background-color: #0D767B;
 }
</style>
border-color css

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

 span { border-color: rgb(13,118,123); }

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