Html Css Color HEX #0D727E Surfie Green

📋 copy color: '#0D727E'

red 13 ◦ green 114 ◦ blue 126

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

Shades of Surfie Green #0D727E

Tints of Surfie Green #0D727E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.06%

 BLUE value IS 126 (49.61% from 255) = 49.8%

R = 5.14%
G = 45.06%
B = 49.8%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D727E (or 0x0D727E) is known color: Surfie Green. HEX triplet: 0D, 72 and 7E. RGB value is (13,114,126). Sum of RGB (Red+Green+Blue) = 13+114+126=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D727E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D727E is #F28D81. Grayscale: #555555. Windows color (decimal): -15895938 or 8286733. OLE color: 8286733.

HSL color Cylindrical-coordinate representation of color #0D727E: hue angle of 186.37º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D727E is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 114 126 -
CMYK 0.90 0.10 0 0.51
HSL 186.37º 0.81% 0.27% -
HSV(B) 186.37º 0.9% 0.49% -
XYZ 9.95 13.63 21.84 -
YUV 85.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 13 114 126 0.90 0.10 0 0.51 186.37 0.81 0.27
Hex D 72 7E 5A A 0 33 BA 51 1B
Octal 15 162 176 132 12 0 63 272 121 33
Binary 1101 1110010 1111110 1011010 1010 0 110011 10111010 1010001 11011

Color Harmonies of #0D727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D727E

Black with #0D727E

Text Example


Text Example

White with #0D727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,114,126); }

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

background-color css

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

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

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

border-color css

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

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

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