#0B727A

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

Shades of Surfie Green #0B727A

Tints of Surfie Green #0B727A

Color information

#0B727A (or 0x0B727A) is unknown color: approx Surfie Green. HEX triplet: 0B, 72 and 7A. RGB value is (11,114,122). Sum of RGB (Red+Green+Blue) = 11+114+122=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B727A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B727A is #F48D85. Grayscale: #535353. Windows color (decimal): -16027014 or 8024587. OLE color: 8024587.

HSL color Cylindrical-coordinate representation of color #0B727A: hue angle of 184.32º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B727A is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11114122-
CMYK0.910.0700.52
HSL184.32º83.46%26.08%-
HSV(B)184.32º90.98%47.84%-
XYZ9.6713.5120.51-
YUV84.12149.3875.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.45%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=4.45%
G=46.15%
B=49.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111141220.910.0700.52184.3283.4626.08
HexB727A5B7034b8531a
Octal13162172133706427012332
Binary1011111001011110101011011111011010010111000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,114,122); }

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

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

 a { background-color: rgb(11,114,122); }

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

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

 span { border-color: rgb(11,114,122); }

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