Html Css Color HEX #06707C Surfie Green

📋 copy color: '#06707C'

red 6 ◦ green 112 ◦ blue 124

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

Shades of Surfie Green #06707C

Tints of Surfie Green #06707C

RGB

 RED value IS 6 (2.73% from 255) = 2.48%

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

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

R = 2.48%
G = 46.28%
B = 51.24%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06707C (or 0x06707C) is known color: Surfie Green. HEX triplet: 06, 70 and 7C. RGB value is (6,112,124). Sum of RGB (Red+Green+Blue) = 6+112+124=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #06707C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06707C is #F98F83. Grayscale: #515151. Windows color (decimal): -16355204 or 8155142. OLE color: 8155142.

HSL color Cylindrical-coordinate representation of color #06707C: hue angle of 186.1º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06707C is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 112 124 -
CMYK 0.95 0.10 0 0.51
HSL 186.1º 0.91% 0.25% -
HSV(B) 186.1º 0.95% 0.49% -
XYZ 9.51 13.08 21.09 -
YUV 81.67 151.88 74.02 -
System Red Green Blue C M Y K H S L
Decimal 6 112 124 0.95 0.10 0 0.51 186.1 0.91 0.25
Hex 6 70 7C 5F A 0 33 BA 5B 19
Octal 6 160 174 137 12 0 63 272 133 31
Binary 110 1110000 1111100 1011111 1010 0 110011 10111010 1011011 11001

Color Harmonies of #06707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06707C

Black with #06707C

Text Example


Text Example

White with #06707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,112,124); }

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

background-color css

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

 a { background-color: rgb(6,112,124); }

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

border-color css

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

 span { border-color: rgb(6,112,124); }

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