Html Css Color HEX #068276 Surfie Green

📋 copy color: '#068276'

red 6 ◦ green 130 ◦ blue 118

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

Shades of Surfie Green #068276

Tints of Surfie Green #068276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.18%

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

R = 2.36%
G = 51.18%
B = 46.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#068276 (or 0x068276) is known color: Surfie Green. HEX triplet: 06, 82 and 76. RGB value is (6,130,118). Sum of RGB (Red+Green+Blue) = 6+130+118=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #068276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068276 is #F97D89. Grayscale: #5B5B5B. Windows color (decimal): -16350602 or 7766534. OLE color: 7766534.

HSL color Cylindrical-coordinate representation of color #068276: hue angle of 174.19º 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 #068276 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 130 118 -
CMYK 0.95 0 0.09 0.49
HSL 174.19º 0.91% 0.27% -
HSV(B) 174.19º 0.95% 0.51% -
XYZ 11.33 17.31 19.88 -
YUV 91.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 6 130 118 0.95 0 0.09 0.49 174.19 0.91 0.27
Hex 6 82 76 5F 0 9 31 AE 5B 1B
Octal 6 202 166 137 0 11 61 256 133 33
Binary 110 10000010 1110110 1011111 0 1001 110001 10101110 1011011 11011

Color Harmonies of #068276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068276

Black with #068276

Text Example


Text Example

White with #068276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068276; }

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

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

background-color css

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

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

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

border-color css

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

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

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