Html Css Color HEX #068175 Surfie Green

📋 copy color: '#068175'

red 6 ◦ green 129 ◦ blue 117

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

Shades of Surfie Green #068175

Tints of Surfie Green #068175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.19%

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

R = 2.38%
G = 51.19%
B = 46.43%

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

#068175 (or 0x068175) is known color: Surfie Green. HEX triplet: 06, 81 and 75. RGB value is (6,129,117). Sum of RGB (Red+Green+Blue) = 6+129+117=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #068175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068175 is #F97E8A. Grayscale: #5A5A5A. Windows color (decimal): -16350859 or 7700742. OLE color: 7700742.

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

Color convert

RGB 6 129 117 -
CMYK 0.95 0 0.09 0.49
HSL 174.15º 0.91% 0.26% -
HSV(B) 174.15º 0.95% 0.51% -
XYZ 11.14 17.02 19.53 -
YUV 90.86 142.75 67.48 -
System Red Green Blue C M Y K H S L
Decimal 6 129 117 0.95 0 0.09 0.49 174.15 0.91 0.26
Hex 6 81 75 5F 0 9 31 AE 5B 1A
Octal 6 201 165 137 0 11 61 256 133 32
Binary 110 10000001 1110101 1011111 0 1001 110001 10101110 1011011 11010

Color Harmonies of #068175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068175

Black with #068175

Text Example


Text Example

White with #068175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068175; }

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

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

background-color css

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

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

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

border-color css

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

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

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