Html Css Color HEX #0B7077 Surfie Green

📋 copy color: '#0B7077'

red 11 ◦ green 112 ◦ blue 119

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

Shades of Surfie Green #0B7077

Tints of Surfie Green #0B7077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

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

R = 4.55%
G = 46.28%
B = 49.17%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0B7077 (or 0x0B7077) is known color: Surfie Green. HEX triplet: 0B, 70 and 77. RGB value is (11,112,119). Sum of RGB (Red+Green+Blue) = 11+112+119=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B7077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7077 is #F48F88. Grayscale: #525252. Windows color (decimal): -16027529 or 7827467. OLE color: 7827467.

HSL color Cylindrical-coordinate representation of color #0B7077: hue angle of 183.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7077 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 11 112 119 -
CMYK 0.91 0.06 0 0.53
HSL 183.89º 0.83% 0.25% -
HSV(B) 183.89º 0.91% 0.47% -
XYZ 9.26 12.99 19.47 -
YUV 82.6 148.54 76.93 -
System Red Green Blue C M Y K H S L
Decimal 11 112 119 0.91 0.06 0 0.53 183.89 0.83 0.25
Hex B 70 77 5B 6 0 35 B8 53 19
Octal 13 160 167 133 6 0 65 270 123 31
Binary 1011 1110000 1110111 1011011 110 0 110101 10111000 1010011 11001

Color Harmonies of #0B7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7077

Black with #0B7077

Text Example


Text Example

White with #0B7077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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