Html Css Color HEX #076F73 Surfie Green

📋 copy color: '#076F73'

red 7 ◦ green 111 ◦ blue 115

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

Shades of Surfie Green #076F73

Tints of Surfie Green #076F73

RGB

 RED value IS 7 (3.13% from 255) = 3%

 GREEN value IS 111 (43.75% from 255) = 47.64%

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

R = 3%
G = 47.64%
B = 49.36%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#076F73 (or 0x076F73) is known color: Surfie Green. HEX triplet: 07, 6F and 73. RGB value is (7,111,115). Sum of RGB (Red+Green+Blue) = 7+111+115=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #076F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076F73 is #F8908C. Grayscale: #505050. Windows color (decimal): -16289933 or 7565063. OLE color: 7565063.

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

Color convert

RGB 7 111 115 -
CMYK 0.94 0.03 0 0.55
HSL 182.22º 0.89% 0.24% -
HSV(B) 182.22º 0.94% 0.45% -
XYZ 8.87 12.65 18.19 -
YUV 80.36 147.54 75.67 -
System Red Green Blue C M Y K H S L
Decimal 7 111 115 0.94 0.03 0 0.55 182.22 0.89 0.24
Hex 7 6F 73 5E 3 0 37 B6 59 18
Octal 7 157 163 136 3 0 67 266 131 30
Binary 111 1101111 1110011 1011110 11 0 110111 10110110 1011001 11000

Color Harmonies of #076F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076F73

Black with #076F73

Text Example


Text Example

White with #076F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076F73; }

 p { color: rgb(7,111,115); }

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

background-color css

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

 a { background-color: rgb(7,111,115); }

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

border-color css

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

 span { border-color: rgb(7,111,115); }

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