Html Css Color HEX #0B8677 Surfie Green

📋 copy color: '#0B8677'

red 11 ◦ green 134 ◦ blue 119

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

Shades of Surfie Green #0B8677

Tints of Surfie Green #0B8677

RGB

 RED value IS 11 (4.69% from 255) = 4.17%

 GREEN value IS 134 (52.73% from 255) = 50.76%

 BLUE value IS 119 (46.88% from 255) = 45.08%

R = 4.17%
G = 50.76%
B = 45.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#0B8677 (or 0x0B8677) is known color: Surfie Green. HEX triplet: 0B, 86 and 77. RGB value is (11,134,119). Sum of RGB (Red+Green+Blue) = 11+134+119=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #0B8677 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8677 is #F47988. Grayscale: #5F5F5F. Windows color (decimal): -16021897 or 7833099. OLE color: 7833099.

HSL color Cylindrical-coordinate representation of color #0B8677: hue angle of 172.68º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8677 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 11 134 119 -
CMYK 0.92 0 0.11 0.47
HSL 172.68º 0.85% 0.28% -
HSV(B) 172.68º 0.92% 0.53% -
XYZ 11.99 18.45 20.38 -
YUV 95.51 141.25 67.72 -
System Red Green Blue C M Y K H S L
Decimal 11 134 119 0.92 0 0.11 0.47 172.68 0.85 0.28
Hex B 86 77 5C 0 B 2F AD 55 1C
Octal 13 206 167 134 0 13 57 255 125 34
Binary 1011 10000110 1110111 1011100 0 1011 101111 10101101 1010101 11100

Color Harmonies of #0B8677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8677

Black with #0B8677

Text Example


Text Example

White with #0B8677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,134,119); }

 H1.HeaderClassName
 {
   color: #0B8677;
 }
 .AnyTagClassName
 {
   color: #0B8677;
 }
</style>

background-color css

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

 a { background-color: rgb(11,134,119); }

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

border-color css

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

 span { border-color: rgb(11,134,119); }

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