Html Css Color HEX #068478 Surfie Green

📋 copy color: '#068478'

red 6 ◦ green 132 ◦ blue 120

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

Shades of Surfie Green #068478

Tints of Surfie Green #068478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.16%

 BLUE value IS 120 (47.27% from 255) = 46.51%

R = 2.33%
G = 51.16%
B = 46.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#068478 (or 0x068478) is known color: Surfie Green. HEX triplet: 06, 84 and 78. RGB value is (6,132,120). Sum of RGB (Red+Green+Blue) = 6+132+120=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #068478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068478 is #F97B87. Grayscale: #5C5C5C. Windows color (decimal): -16350088 or 7898118. OLE color: 7898118.

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

Color convert

RGB 6 132 120 -
CMYK 0.95 0 0.09 0.48
HSL 174.29º 0.91% 0.27% -
HSV(B) 174.29º 0.95% 0.52% -
XYZ 11.72 17.9 20.61 -
YUV 92.96 143.26 65.98 -
System Red Green Blue C M Y K H S L
Decimal 6 132 120 0.95 0 0.09 0.48 174.29 0.91 0.27
Hex 6 84 78 5F 0 9 30 AE 5B 1B
Octal 6 204 170 137 0 11 60 256 133 33
Binary 110 10000100 1111000 1011111 0 1001 110000 10101110 1011011 11011

Color Harmonies of #068478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068478

Black with #068478

Text Example


Text Example

White with #068478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068478; }

 p { color: rgb(6,132,120); }

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

background-color css

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

 a { background-color: rgb(6,132,120); }

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

border-color css

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

 span { border-color: rgb(6,132,120); }

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