Html Css Color HEX #06777D Surfie Green

📋 copy color: '#06777D'

red 6 ◦ green 119 ◦ blue 125

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

Shades of Surfie Green #06777D

Tints of Surfie Green #06777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.6%

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

R = 2.4%
G = 47.6%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06777D (or 0x06777D) is known color: Surfie Green. HEX triplet: 06, 77 and 7D. RGB value is (6,119,125). Sum of RGB (Red+Green+Blue) = 6+119+125=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #06777D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06777D is #F98882. Grayscale: #555555. Windows color (decimal): -16353411 or 8222470. OLE color: 8222470.

HSL color Cylindrical-coordinate representation of color #06777D: hue angle of 183.03º 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 #06777D is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 119 125 -
CMYK 0.95 0.05 0 0.51
HSL 183.03º 0.91% 0.26% -
HSV(B) 183.03º 0.95% 0.49% -
XYZ 10.37 14.71 21.7 -
YUV 85.9 150.06 71.01 -
System Red Green Blue C M Y K H S L
Decimal 6 119 125 0.95 0.05 0 0.51 183.03 0.91 0.26
Hex 6 77 7D 5F 5 0 33 B7 5B 1A
Octal 6 167 175 137 5 0 63 267 133 32
Binary 110 1110111 1111101 1011111 101 0 110011 10110111 1011011 11010

Color Harmonies of #06777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06777D

Black with #06777D

Text Example


Text Example

White with #06777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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