Html Css Color HEX #068275 Surfie Green

📋 copy color: '#068275'

red 6 ◦ green 130 ◦ blue 117

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

Shades of Surfie Green #068275

Tints of Surfie Green #068275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.25%

R = 2.37%
G = 51.38%
B = 46.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#068275 (or 0x068275) is known color: Surfie Green. HEX triplet: 06, 82 and 75. RGB value is (6,130,117). Sum of RGB (Red+Green+Blue) = 6+130+117=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #068275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068275 is #F97D8A. Grayscale: #5B5B5B. Windows color (decimal): -16350603 or 7700998. OLE color: 7700998.

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

Color convert

RGB 6 130 117 -
CMYK 0.95 0 0.1 0.49
HSL 173.71º 0.91% 0.27% -
HSV(B) 173.71º 0.95% 0.51% -
XYZ 11.27 17.29 19.57 -
YUV 91.44 142.42 67.06 -
System Red Green Blue C M Y K H S L
Decimal 6 130 117 0.95 0 0.1 0.49 173.71 0.91 0.27
Hex 6 82 75 5F 0 A 31 AE 5B 1B
Octal 6 202 165 137 0 12 61 256 133 33
Binary 110 10000010 1110101 1011111 0 1010 110001 10101110 1011011 11011

Color Harmonies of #068275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068275

Black with #068275

Text Example


Text Example

White with #068275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068275; }

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

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

background-color css

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

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

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

border-color css

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

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

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