Html Css Color HEX #06707A Surfie Green

📋 copy color: '#06707A'

red 6 ◦ green 112 ◦ blue 122

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

Shades of Surfie Green #06707A

Tints of Surfie Green #06707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 50.83%

R = 2.5%
G = 46.67%
B = 50.83%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06707A (or 0x06707A) is known color: Surfie Green. HEX triplet: 06, 70 and 7A. RGB value is (6,112,122). Sum of RGB (Red+Green+Blue) = 6+112+122=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #06707A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06707A is #F98F85. Grayscale: #515151. Windows color (decimal): -16355206 or 8024070. OLE color: 8024070.

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

Color convert

RGB 6 112 122 -
CMYK 0.95 0.08 0 0.52
HSL 185.17º 0.91% 0.25% -
HSV(B) 185.17º 0.95% 0.48% -
XYZ 9.38 13.03 20.43 -
YUV 81.45 150.88 74.19 -
System Red Green Blue C M Y K H S L
Decimal 6 112 122 0.95 0.08 0 0.52 185.17 0.91 0.25
Hex 6 70 7A 5F 8 0 34 B9 5B 19
Octal 6 160 172 137 10 0 64 271 133 31
Binary 110 1110000 1111010 1011111 1000 0 110100 10111001 1011011 11001

Color Harmonies of #06707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06707A

Black with #06707A

Text Example


Text Example

White with #06707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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