Html Css Color HEX #007075 Surfie Green

📋 copy color: '#007075'

red 0 ◦ green 112 ◦ blue 117

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

Shades of Surfie Green #007075

Tints of Surfie Green #007075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 0%
G = 48.91%
B = 51.09%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#007075 (or 0x007075) is known color: Surfie Green. HEX triplet: 00, 70 and 75. RGB value is (0,112,117). Sum of RGB (Red+Green+Blue) = 0+112+117=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #007075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007075 is #FF8F8A. Grayscale: #4E4E4E. Windows color (decimal): -16748427 or 7696384. OLE color: 7696384.

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

Color convert

RGB 0 112 117 -
CMYK 1 0.04 0 0.54
HSL 182.56º 1% 0.23% -
HSV(B) 182.56º 1% 0.46% -
XYZ 9.01 12.87 18.84 -
YUV 79.08 149.39 71.59 -
System Red Green Blue C M Y K H S L
Decimal 0 112 117 1 0.04 0 0.54 182.56 1 0.23
Hex 0 70 75 64 4 0 36 B7 64 17
Octal 0 160 165 144 4 0 66 267 144 27
Binary 0 1110000 1110101 1100100 100 0 110110 10110111 1100100 10111

Color Harmonies of #007075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007075

Black with #007075

Text Example


Text Example

White with #007075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007075; }

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

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

background-color css

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

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

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

border-color css

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

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

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