Html Css Color HEX #068575 Surfie Green

📋 copy color: '#068575'

red 6 ◦ green 133 ◦ blue 117

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

Shades of Surfie Green #068575

Tints of Surfie Green #068575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.95%

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

R = 2.34%
G = 51.95%
B = 45.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#068575 (or 0x068575) is known color: Surfie Green. HEX triplet: 06, 85 and 75. RGB value is (6,133,117). Sum of RGB (Red+Green+Blue) = 6+133+117=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #068575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068575 is #F97A8A. Grayscale: #5D5D5D. Windows color (decimal): -16349835 or 7701766. OLE color: 7701766.

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

Color convert

RGB 6 133 117 -
CMYK 0.95 0 0.12 0.48
HSL 172.44º 0.91% 0.27% -
HSV(B) 172.44º 0.95% 0.52% -
XYZ 11.67 18.1 19.71 -
YUV 93.2 141.42 65.8 -
System Red Green Blue C M Y K H S L
Decimal 6 133 117 0.95 0 0.12 0.48 172.44 0.91 0.27
Hex 6 85 75 5F 0 C 30 AC 5B 1B
Octal 6 205 165 137 0 14 60 254 133 33
Binary 110 10000101 1110101 1011111 0 1100 110000 10101100 1011011 11011

Color Harmonies of #068575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068575

Black with #068575

Text Example


Text Example

White with #068575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068575; }

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

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

background-color css

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

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

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

border-color css

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

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

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