Html Css Color HEX #068376 Surfie Green

📋 copy color: '#068376'

red 6 ◦ green 131 ◦ blue 118

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

Shades of Surfie Green #068376

Tints of Surfie Green #068376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.37%

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 2.35%
G = 51.37%
B = 46.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#068376 (or 0x068376) is known color: Surfie Green. HEX triplet: 06, 83 and 76. RGB value is (6,131,118). Sum of RGB (Red+Green+Blue) = 6+131+118=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #068376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068376 is #F97C89. Grayscale: #5C5C5C. Windows color (decimal): -16350346 or 7766790. OLE color: 7766790.

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

Color convert

RGB 6 131 118 -
CMYK 0.95 0 0.10 0.49
HSL 173.76º 0.91% 0.27% -
HSV(B) 173.76º 0.95% 0.51% -
XYZ 11.46 17.58 19.93 -
YUV 92.14 142.59 66.56 -
System Red Green Blue C M Y K H S L
Decimal 6 131 118 0.95 0 0.10 0.49 173.76 0.91 0.27
Hex 6 83 76 5F 0 A 31 AE 5B 1B
Octal 6 203 166 137 0 12 61 256 133 33
Binary 110 10000011 1110110 1011111 0 1010 110001 10101110 1011011 11011

Color Harmonies of #068376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068376

Black with #068376

Text Example


Text Example

White with #068376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068376; }

 p { color: rgb(6,131,118); }

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

background-color css

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

 a { background-color: rgb(6,131,118); }

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

border-color css

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

 span { border-color: rgb(6,131,118); }

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