Html Css Color HEX #018078 Surfie Green

📋 copy color: '#018078'

red 1 ◦ green 128 ◦ blue 120

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

Shades of Surfie Green #018078

Tints of Surfie Green #018078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.19%

R = 0.4%
G = 51.41%
B = 48.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#018078 (or 0x018078) is known color: Surfie Green. HEX triplet: 01, 80 and 78. RGB value is (1,128,120). Sum of RGB (Red+Green+Blue) = 1+128+120=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #018078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018078 is #FE7F87. Grayscale: #595959. Windows color (decimal): -16678792 or 7897089. OLE color: 7897089.

HSL color Cylindrical-coordinate representation of color #018078: hue angle of 176.22º 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 #018078 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 120 -
CMYK 0.99 0 0.06 0.50
HSL 176.22º 0.98% 0.25% -
HSV(B) 176.22º 0.99% 0.5% -
XYZ 11.12 16.8 20.43 -
YUV 89.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 1 128 120 0.99 0 0.06 0.50 176.22 0.98 0.25
Hex 1 80 78 63 0 6 32 B0 62 19
Octal 1 200 170 143 0 6 62 260 142 31
Binary 1 10000000 1111000 1100011 0 110 110010 10110000 1100010 11001

Color Harmonies of #018078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018078

Black with #018078

Text Example


Text Example

White with #018078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018078; }

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

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

background-color css

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

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

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

border-color css

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

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

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