Html Css Color HEX #0B7175 Surfie Green

📋 copy color: '#0B7175'

red 11 ◦ green 113 ◦ blue 117

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

Shades of Surfie Green #0B7175

Tints of Surfie Green #0B7175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 4.56%
G = 46.89%
B = 48.55%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0B7175 (or 0x0B7175) is known color: Surfie Green. HEX triplet: 0B, 71 and 75. RGB value is (11,113,117). Sum of RGB (Red+Green+Blue) = 11+113+117=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B7175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7175 is #F48E8A. Grayscale: #525252. Windows color (decimal): -16027275 or 7696651. OLE color: 7696651.

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

Color convert

RGB 11 113 117 -
CMYK 0.91 0.03 0 0.54
HSL 182.26º 0.83% 0.25% -
HSV(B) 182.26º 0.91% 0.46% -
XYZ 9.25 13.17 18.88 -
YUV 82.96 147.21 76.67 -
System Red Green Blue C M Y K H S L
Decimal 11 113 117 0.91 0.03 0 0.54 182.26 0.83 0.25
Hex B 71 75 5B 3 0 36 B6 53 19
Octal 13 161 165 133 3 0 66 266 123 31
Binary 1011 1110001 1110101 1011011 11 0 110110 10110110 1010011 11001

Color Harmonies of #0B7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B7175

Black with #0B7175

Text Example


Text Example

White with #0B7175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,113,117); }

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

background-color css

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

 a { background-color: rgb(11,113,117); }

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

border-color css

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

 span { border-color: rgb(11,113,117); }

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