Html Css Color HEX #0D7674 Surfie Green

📋 copy color: '#0D7674'

red 13 ◦ green 118 ◦ blue 116

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

Shades of Surfie Green #0D7674

Tints of Surfie Green #0D7674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.77%

 BLUE value IS 116 (45.7% from 255) = 46.96%

R = 5.26%
G = 47.77%
B = 46.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#0D7674 (or 0x0D7674) is known color: Surfie Green. HEX triplet: 0D, 76 and 74. RGB value is (13,118,116). Sum of RGB (Red+Green+Blue) = 13+118+116=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7674 is #F2898B. Grayscale: #565656. Windows color (decimal): -15894924 or 7632397. OLE color: 7632397.

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

Color convert

RGB 13 118 116 -
CMYK 0.89 0 0.02 0.54
HSL 178.86º 0.8% 0.26% -
HSV(B) 178.86º 0.89% 0.46% -
XYZ 9.8 14.3 18.77 -
YUV 86.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 13 118 116 0.89 0 0.02 0.54 178.86 0.8 0.26
Hex D 76 74 59 0 2 36 B3 50 1A
Octal 15 166 164 131 0 2 66 263 120 32
Binary 1101 1110110 1110100 1011001 0 10 110110 10110011 1010000 11010

Color Harmonies of #0D7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7674

Black with #0D7674

Text Example


Text Example

White with #0D7674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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