Html Css Color HEX #068652 Salem

📋 copy color: '#068652'

red 6 ◦ green 134 ◦ blue 82

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

Shades of Salem #068652

Tints of Salem #068652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.36%

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 2.7%
G = 60.36%
B = 36.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#068652 (or 0x068652) is known color: Salem. HEX triplet: 06, 86 and 52. RGB value is (6,134,82). Sum of RGB (Red+Green+Blue) = 6+134+82=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 134 (52.73% from 255 or 60.36% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 134 - color contains mainly: green. Hex color #068652 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068652 is #F979AD. Grayscale: #595959. Windows color (decimal): -16349614 or 5408262. OLE color: 5408262.

HSL color Cylindrical-coordinate representation of color #068652: hue angle of 155.62º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068652 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 82 -
CMYK 0.96 0 0.39 0.47
HSL 155.63º 0.91% 0.27% -
HSV(B) 155.63º 0.96% 0.53% -
XYZ 10.12 17.7 10.87 -
YUV 89.8 123.59 68.23 -
System Red Green Blue C M Y K H S L
Decimal 6 134 82 0.96 0 0.39 0.47 155.63 0.91 0.27
Hex 6 86 52 60 0 27 2F 9C 5B 1B
Octal 6 206 122 140 0 47 57 234 133 33
Binary 110 10000110 1010010 1100000 0 100111 101111 10011100 1011011 11011

Color Harmonies of #068652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068652

Black with #068652

Text Example


Text Example

White with #068652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068652; }

 p { color: rgb(6,134,82); }

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

background-color css

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

 a { background-color: rgb(6,134,82); }

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

border-color css

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

 span { border-color: rgb(6,134,82); }

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