Html Css Color HEX #018074 Surfie Green

📋 copy color: '#018074'

red 1 ◦ green 128 ◦ blue 116

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

Shades of Surfie Green #018074

Tints of Surfie Green #018074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.24%

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

R = 0.41%
G = 52.24%
B = 47.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#018074 (or 0x018074) is known color: Surfie Green. HEX triplet: 01, 80 and 74. RGB value is (1,128,116). Sum of RGB (Red+Green+Blue) = 1+128+116=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #018074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018074 is #FE7F8B. Grayscale: #585858. Windows color (decimal): -16678796 or 7634945. OLE color: 7634945.

HSL color Cylindrical-coordinate representation of color #018074: hue angle of 174.33º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018074 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 116 -
CMYK 0.99 0 0.09 0.50
HSL 174.33º 0.98% 0.25% -
HSV(B) 174.33º 0.99% 0.5% -
XYZ 10.88 16.71 19.17 -
YUV 88.66 143.42 65.48 -
System Red Green Blue C M Y K H S L
Decimal 1 128 116 0.99 0 0.09 0.50 174.33 0.98 0.25
Hex 1 80 74 63 0 9 32 AE 62 19
Octal 1 200 164 143 0 11 62 256 142 31
Binary 1 10000000 1110100 1100011 0 1001 110010 10101110 1100010 11001

Color Harmonies of #018074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018074

Black with #018074

Text Example


Text Example

White with #018074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018074; }

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

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

background-color css

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

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

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

border-color css

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

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

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