Html Css Color HEX #007478 Surfie Green

📋 copy color: '#007478'

red 0 ◦ green 116 ◦ blue 120

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

Shades of Surfie Green #007478

Tints of Surfie Green #007478

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 49.15%
B = 50.85%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#007478 (or 0x007478) is known color: Surfie Green. HEX triplet: 00, 74 and 78. RGB value is (0,116,120). Sum of RGB (Red+Green+Blue) = 0+116+120=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #007478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007478 is #FF8B87. Grayscale: #515151. Windows color (decimal): -16747400 or 7894016. OLE color: 7894016.

HSL color Cylindrical-coordinate representation of color #007478: hue angle of 182º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007478 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 116 120 -
CMYK 1 0.03 0 0.53
HSL 182º 1% 0.24% -
HSV(B) 182º 1% 0.47% -
XYZ 9.64 13.85 19.93 -
YUV 81.77 149.57 69.67 -
System Red Green Blue C M Y K H S L
Decimal 0 116 120 1 0.03 0 0.53 182 1 0.24
Hex 0 74 78 64 3 0 35 B6 64 18
Octal 0 164 170 144 3 0 65 266 144 30
Binary 0 1110100 1111000 1100100 11 0 110101 10110110 1100100 11000

Color Harmonies of #007478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007478

Black with #007478

Text Example


Text Example

White with #007478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007478; }

 p { color: rgb(0,116,120); }

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

background-color css

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

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

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

border-color css

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

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

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