#10767D

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

Shades of Surfie Green #10767D

Tints of Surfie Green #10767D

Color information

#10767D (or 0x10767D) is unknown color: approx Surfie Green. HEX triplet: 10, 76 and 7D. RGB value is (16,118,125). Sum of RGB (Red+Green+Blue) = 16+118+125=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #10767D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10767D is #EF8982. Grayscale: #585858. Windows color (decimal): -15698307 or 8222224. OLE color: 8222224.

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

Color convert

RGB16118125-
CMYK0.870.0600.51
HSL183.85º77.3%27.65%-
HSV(B)183.85º87.2%49.02%-
XYZ10.3914.5521.66-
YUV88.3148.7176.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.18%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 125 (49.22% from 255) = 48.26%
R=6.18%
G=45.56%
B=48.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal161181250.870.0600.51183.8577.327.65
Hex10767D576033b84d1c
Octal20166175127606327011534
Binary10000111011011111011010111110011001110111000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10767D; }

 p { color: rgb(16,118,125); }

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

<style>
 a { background-color: #10767D; }

 a { background-color: rgb(16,118,125); }

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

<style>
 span { border-color: #10767D; }

 span { border-color: rgb(16,118,125); }

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