Html Css Color HEX #07717C Surfie Green

📋 copy color: '#07717C'

red 7 ◦ green 113 ◦ blue 124

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

Shades of Surfie Green #07717C

Tints of Surfie Green #07717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.31%

 BLUE value IS 124 (48.83% from 255) = 50.82%

R = 2.87%
G = 46.31%
B = 50.82%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#07717C (or 0x07717C) is known color: Surfie Green. HEX triplet: 07, 71 and 7C. RGB value is (7,113,124). Sum of RGB (Red+Green+Blue) = 7+113+124=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #07717C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07717C is #F88E83. Grayscale: #525252. Windows color (decimal): -16289412 or 8155399. OLE color: 8155399.

HSL color Cylindrical-coordinate representation of color #07717C: hue angle of 185.64º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07717C is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 113 124 -
CMYK 0.94 0.09 0 0.51
HSL 185.64º 0.89% 0.26% -
HSV(B) 185.64º 0.94% 0.49% -
XYZ 9.63 13.31 21.13 -
YUV 82.56 151.38 74.11 -
System Red Green Blue C M Y K H S L
Decimal 7 113 124 0.94 0.09 0 0.51 185.64 0.89 0.26
Hex 7 71 7C 5E 9 0 33 BA 59 1A
Octal 7 161 174 136 11 0 63 272 131 32
Binary 111 1110001 1111100 1011110 1001 0 110011 10111010 1011001 11010

Color Harmonies of #07717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07717C

Black with #07717C

Text Example


Text Example

White with #07717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07717C; }

 p { color: rgb(7,113,124); }

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

background-color css

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

 a { background-color: rgb(7,113,124); }

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

border-color css

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

 span { border-color: rgb(7,113,124); }

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