Html Css Color HEX #107474 Surfie Green

📋 copy color: '#107474'

red 16 ◦ green 116 ◦ blue 116

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

Shades of Surfie Green #107474

Tints of Surfie Green #107474

RGB

 RED value IS 16 (6.64% from 255) = 6.45%

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

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

R = 6.45%
G = 46.77%
B = 46.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#107474 (or 0x107474) is known color: Surfie Green. HEX triplet: 10, 74 and 74. RGB value is (16,116,116). Sum of RGB (Red+Green+Blue) = 16+116+116=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #107474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107474 is #EF8B8B. Grayscale: #565656. Windows color (decimal): -15698828 or 7631888. OLE color: 7631888.

HSL color Cylindrical-coordinate representation of color #107474: hue angle of 180º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107474 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 116 116 -
CMYK 0.86 0 0 0.55
HSL 180º 0.76% 0.26% -
HSV(B) 180º 0.86% 0.45% -
XYZ 9.61 13.86 18.69 -
YUV 86.1 144.87 78 -
System Red Green Blue C M Y K H S L
Decimal 16 116 116 0.86 0 0 0.55 180 0.76 0.26
Hex 10 74 74 56 0 0 37 B4 4C 1A
Octal 20 164 164 126 0 0 67 264 114 32
Binary 10000 1110100 1110100 1010110 0 0 110111 10110100 1001100 11010

Color Harmonies of #107474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107474

Black with #107474

Text Example


Text Example

White with #107474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107474; }

 p { color: rgb(16,116,116); }

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

background-color css

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

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

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

border-color css

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

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

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