Html Css Color HEX #007072 Surfie Green

📋 copy color: '#007072'

red 0 ◦ green 112 ◦ blue 114

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

Shades of Surfie Green #007072

Tints of Surfie Green #007072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 0%
G = 49.56%
B = 50.44%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#007072 (or 0x007072) is known color: Surfie Green. HEX triplet: 00, 70 and 72. RGB value is (0,112,114). Sum of RGB (Red+Green+Blue) = 0+112+114=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #007072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007072 is #FF8F8D. Grayscale: #4E4E4E. Windows color (decimal): -16748430 or 7499776. OLE color: 7499776.

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

Color convert

RGB 0 112 114 -
CMYK 1 0.02 0 0.55
HSL 181.05º 1% 0.22% -
HSV(B) 181.05º 1% 0.45% -
XYZ 8.83 12.8 17.93 -
YUV 78.74 147.89 71.84 -
System Red Green Blue C M Y K H S L
Decimal 0 112 114 1 0.02 0 0.55 181.05 1 0.22
Hex 0 70 72 64 2 0 37 B5 64 16
Octal 0 160 162 144 2 0 67 265 144 26
Binary 0 1110000 1110010 1100100 10 0 110111 10110101 1100100 10110

Color Harmonies of #007072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007072

Black with #007072

Text Example


Text Example

White with #007072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007072; }

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

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

background-color css

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

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

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

border-color css

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

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

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