Html Css Color HEX #01747A Surfie Green

📋 copy color: '#01747A'

red 1 ◦ green 116 ◦ blue 122

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

Shades of Surfie Green #01747A

Tints of Surfie Green #01747A

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

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

 BLUE value IS 122 (48.05% from 255) = 51.05%

R = 0.42%
G = 48.54%
B = 51.05%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01747A (or 0x01747A) is known color: Surfie Green. HEX triplet: 01, 74 and 7A. RGB value is (1,116,122). Sum of RGB (Red+Green+Blue) = 1+116+122=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #01747A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01747A is #FE8B85. Grayscale: #525252. Windows color (decimal): -16681862 or 8025089. OLE color: 8025089.

HSL color Cylindrical-coordinate representation of color #01747A: hue angle of 182.98º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01747A is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 116 122 -
CMYK 0.99 0.05 0 0.52
HSL 182.98º 0.98% 0.24% -
HSV(B) 182.98º 0.99% 0.48% -
XYZ 9.77 13.9 20.58 -
YUV 82.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 1 116 122 0.99 0.05 0 0.52 182.98 0.98 0.24
Hex 1 74 7A 63 5 0 34 B7 62 18
Octal 1 164 172 143 5 0 64 267 142 30
Binary 1 1110100 1111010 1100011 101 0 110100 10110111 1100010 11000

Color Harmonies of #01747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01747A

Black with #01747A

Text Example


Text Example

White with #01747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01747A; }

 p { color: rgb(1,116,122); }

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

background-color css

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

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

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

border-color css

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

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

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