Html Css Color HEX #0D7175 Surfie Green

📋 copy color: '#0D7175'

red 13 ◦ green 113 ◦ blue 117

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

Shades of Surfie Green #0D7175

Tints of Surfie Green #0D7175

RGB

 RED value IS 13 (5.47% from 255) = 5.35%

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

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

R = 5.35%
G = 46.5%
B = 48.15%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0D7175 (or 0x0D7175) is known color: Surfie Green. HEX triplet: 0D, 71 and 75. RGB value is (13,113,117). Sum of RGB (Red+Green+Blue) = 13+113+117=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D7175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7175 is #F28E8A. Grayscale: #535353. Windows color (decimal): -15896203 or 7696653. OLE color: 7696653.

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

Color convert

RGB 13 113 117 -
CMYK 0.89 0.03 0 0.54
HSL 182.31º 0.8% 0.25% -
HSV(B) 182.31º 0.89% 0.46% -
XYZ 9.28 13.18 18.88 -
YUV 83.56 146.87 77.67 -
System Red Green Blue C M Y K H S L
Decimal 13 113 117 0.89 0.03 0 0.54 182.31 0.8 0.25
Hex D 71 75 59 3 0 36 B6 50 19
Octal 15 161 165 131 3 0 66 266 120 31
Binary 1101 1110001 1110101 1011001 11 0 110110 10110110 1010000 11001

Color Harmonies of #0D7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7175

Black with #0D7175

Text Example


Text Example

White with #0D7175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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