Html Css Color HEX #0D777D Surfie Green

📋 copy color: '#0D777D'

red 13 ◦ green 119 ◦ blue 125

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

Shades of Surfie Green #0D777D

Tints of Surfie Green #0D777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 5.06%
G = 46.3%
B = 48.64%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D777D (or 0x0D777D) is known color: Surfie Green. HEX triplet: 0D, 77 and 7D. RGB value is (13,119,125). Sum of RGB (Red+Green+Blue) = 13+119+125=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D777D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D777D is #F28882. Grayscale: #575757. Windows color (decimal): -15894659 or 8222477. OLE color: 8222477.

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

Color convert

RGB 13 119 125 -
CMYK 0.90 0.05 0 0.51
HSL 183.21º 0.81% 0.27% -
HSV(B) 183.21º 0.9% 0.49% -
XYZ 10.46 14.76 21.7 -
YUV 87.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 13 119 125 0.90 0.05 0 0.51 183.21 0.81 0.27
Hex D 77 7D 5A 5 0 33 B7 51 1B
Octal 15 167 175 132 5 0 63 267 121 33
Binary 1101 1110111 1111101 1011010 101 0 110011 10110111 1010001 11011

Color Harmonies of #0D777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D777D

Black with #0D777D

Text Example


Text Example

White with #0D777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,119,125); }

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

background-color css

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

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

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

border-color css

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

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

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