Html Css Color HEX #007073 Surfie Green

📋 copy color: '#007073'

red 0 ◦ green 112 ◦ blue 115

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

Shades of Surfie Green #007073

Tints of Surfie Green #007073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.34%

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 0%
G = 49.34%
B = 50.66%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#007073 (or 0x007073) is known color: Surfie Green. HEX triplet: 00, 70 and 73. RGB value is (0,112,115). Sum of RGB (Red+Green+Blue) = 0+112+115=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #007073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007073 is #FF8F8C. Grayscale: #4E4E4E. Windows color (decimal): -16748429 or 7565312. OLE color: 7565312.

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

Color convert

RGB 0 112 115 -
CMYK 1 0.03 0 0.55
HSL 181.57º 1% 0.23% -
HSV(B) 181.57º 1% 0.45% -
XYZ 8.89 12.83 18.23 -
YUV 78.85 148.39 71.76 -
System Red Green Blue C M Y K H S L
Decimal 0 112 115 1 0.03 0 0.55 181.57 1 0.23
Hex 0 70 73 64 3 0 37 B6 64 17
Octal 0 160 163 144 3 0 67 266 144 27
Binary 0 1110000 1110011 1100100 11 0 110111 10110110 1100100 10111

Color Harmonies of #007073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007073

Black with #007073

Text Example


Text Example

White with #007073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007073; }

 p { color: rgb(0,112,115); }

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

background-color css

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

 a { background-color: rgb(0,112,115); }

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

border-color css

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

 span { border-color: rgb(0,112,115); }

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