Html Css Color HEX #06707D Surfie Green

📋 copy color: '#06707D'

red 6 ◦ green 112 ◦ blue 125

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

Shades of Surfie Green #06707D

Tints of Surfie Green #06707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.44%

R = 2.47%
G = 46.09%
B = 51.44%

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

#06707D (or 0x06707D) is known color: Surfie Green. HEX triplet: 06, 70 and 7D. RGB value is (6,112,125). Sum of RGB (Red+Green+Blue) = 6+112+125=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #06707D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06707D is #F98F82. Grayscale: #515151. Windows color (decimal): -16355203 or 8220678. OLE color: 8220678.

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

Color convert

RGB 6 112 125 -
CMYK 0.95 0.10 0 0.51
HSL 186.55º 0.91% 0.26% -
HSV(B) 186.55º 0.95% 0.49% -
XYZ 9.57 13.11 21.43 -
YUV 81.79 152.38 73.94 -
System Red Green Blue C M Y K H S L
Decimal 6 112 125 0.95 0.10 0 0.51 186.55 0.91 0.26
Hex 6 70 7D 5F A 0 33 BB 5B 1A
Octal 6 160 175 137 12 0 63 273 133 32
Binary 110 1110000 1111101 1011111 1010 0 110011 10111011 1011011 11010

Color Harmonies of #06707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06707D

Black with #06707D

Text Example


Text Example

White with #06707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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