Html Css Color HEX #0D747E Surfie Green

📋 copy color: '#0D747E'

red 13 ◦ green 116 ◦ blue 126

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

Shades of Surfie Green #0D747E

Tints of Surfie Green #0D747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.49%

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

R = 5.1%
G = 45.49%
B = 49.41%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D747E (or 0x0D747E) is known color: Surfie Green. HEX triplet: 0D, 74 and 7E. RGB value is (13,116,126). Sum of RGB (Red+Green+Blue) = 13+116+126=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D747E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D747E is #F28B81. Grayscale: #565656. Windows color (decimal): -15895426 or 8287245. OLE color: 8287245.

HSL color Cylindrical-coordinate representation of color #0D747E: hue angle of 185.31º 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 #0D747E is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 116 126 -
CMYK 0.90 0.08 0 0.51
HSL 185.31º 0.81% 0.27% -
HSV(B) 185.31º 0.9% 0.49% -
XYZ 10.18 14.08 21.92 -
YUV 86.34 150.38 75.69 -
System Red Green Blue C M Y K H S L
Decimal 13 116 126 0.90 0.08 0 0.51 185.31 0.81 0.27
Hex D 74 7E 5A 8 0 33 B9 51 1B
Octal 15 164 176 132 10 0 63 271 121 33
Binary 1101 1110100 1111110 1011010 1000 0 110011 10111001 1010001 11011

Color Harmonies of #0D747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D747E

Black with #0D747E

Text Example


Text Example

White with #0D747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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