Html Css Color HEX #0D7575 Surfie Green

📋 copy color: '#0D7575'

red 13 ◦ green 117 ◦ blue 117

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

Shades of Surfie Green #0D7575

Tints of Surfie Green #0D7575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.37%

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

R = 5.26%
G = 47.37%
B = 47.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0D7575 (or 0x0D7575) is known color: Surfie Green. HEX triplet: 0D, 75 and 75. RGB value is (13,117,117). Sum of RGB (Red+Green+Blue) = 13+117+117=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #0D7575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7575 is #F28A8A. Grayscale: #555555. Windows color (decimal): -15895179 or 7697677. OLE color: 7697677.

HSL color Cylindrical-coordinate representation of color #0D7575: hue angle of 180º 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 #0D7575 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 117 117 -
CMYK 0.89 0 0 0.54
HSL 180º 0.8% 0.25% -
HSV(B) 180º 0.89% 0.46% -
XYZ 9.74 14.09 19.04 -
YUV 85.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 13 117 117 0.89 0 0 0.54 180 0.8 0.25
Hex D 75 75 59 0 0 36 B4 50 19
Octal 15 165 165 131 0 0 66 264 120 31
Binary 1101 1110101 1110101 1011001 0 0 110110 10110100 1010000 11001

Color Harmonies of #0D7575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7575

Black with #0D7575

Text Example


Text Example

White with #0D7575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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