Html Css Color HEX #068752 Salem

📋 copy color: '#068752'

red 6 ◦ green 135 ◦ blue 82

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

Shades of Salem #068752

Tints of Salem #068752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 60.54%

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

R = 2.69%
G = 60.54%
B = 36.77%

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

#068752 (or 0x068752) is known color: Salem. HEX triplet: 06, 87 and 52. RGB value is (6,135,82). Sum of RGB (Red+Green+Blue) = 6+135+82=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #068752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068752 is #F978AD. Grayscale: #5A5A5A. Windows color (decimal): -16349358 or 5408518. OLE color: 5408518.

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

Color convert

RGB 6 135 82 -
CMYK 0.96 0 0.39 0.47
HSL 155.35º 0.91% 0.28% -
HSV(B) 155.35º 0.96% 0.53% -
XYZ 10.26 17.98 10.91 -
YUV 90.39 123.26 67.81 -
System Red Green Blue C M Y K H S L
Decimal 6 135 82 0.96 0 0.39 0.47 155.35 0.91 0.28
Hex 6 87 52 60 0 27 2F 9B 5B 1C
Octal 6 207 122 140 0 47 57 233 133 34
Binary 110 10000111 1010010 1100000 0 100111 101111 10011011 1011011 11100

Color Harmonies of #068752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068752

Black with #068752

Text Example


Text Example

White with #068752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068752; }

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

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

background-color css

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

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

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

border-color css

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

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

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