Html Css Color HEX #0B727A Surfie Green

📋 copy color: '#0B727A'

red 11 ◦ green 114 ◦ blue 122

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

Shades of Surfie Green #0B727A

Tints of Surfie Green #0B727A

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 value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B727A (or 0x0B727A) is known color: 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

RGB 11 114 122 -
CMYK 0.91 0.07 0 0.52
HSL 184.32º 0.83% 0.26% -
HSV(B) 184.32º 0.91% 0.48% -
XYZ 9.67 13.51 20.51 -
YUV 84.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 11 114 122 0.91 0.07 0 0.52 184.32 0.83 0.26
Hex B 72 7A 5B 7 0 34 B8 53 1A
Octal 13 162 172 133 7 0 64 270 123 32
Binary 1011 1110010 1111010 1011011 111 0 110100 10111000 1010011 11010

Color Harmonies of #0B727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B727A

Black with #0B727A

Text Example


Text Example

White with #0B727A

Text Example


Text Example

HTML Codes & Css Web 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>