Html Css Color HEX #06707F Surfie Green

📋 copy color: '#06707F'

red 6 ◦ green 112 ◦ blue 127

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

Shades of Surfie Green #06707F

Tints of Surfie Green #06707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.84%

R = 2.45%
G = 45.71%
B = 51.84%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#06707F (or 0x06707F) is known color: Surfie Green. HEX triplet: 06, 70 and 7F. RGB value is (6,112,127). Sum of RGB (Red+Green+Blue) = 6+112+127=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #06707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06707F is #F98F80. Grayscale: #515151. Windows color (decimal): -16355201 or 8351750. OLE color: 8351750.

HSL color Cylindrical-coordinate representation of color #06707F: hue angle of 187.44º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06707F is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 112 127 -
CMYK 0.95 0.12 0 0.50
HSL 187.44º 0.91% 0.26% -
HSV(B) 187.44º 0.95% 0.5% -
XYZ 9.7 13.16 22.11 -
YUV 82.02 153.38 73.78 -
System Red Green Blue C M Y K H S L
Decimal 6 112 127 0.95 0.12 0 0.50 187.44 0.91 0.26
Hex 6 70 7F 5F C 0 32 BB 5B 1A
Octal 6 160 177 137 14 0 62 273 133 32
Binary 110 1110000 1111111 1011111 1100 0 110010 10111011 1011011 11010

Color Harmonies of #06707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06707F

Black with #06707F

Text Example


Text Example

White with #06707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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