Html Css Color HEX #068952 Salem

📋 copy color: '#068952'

red 6 ◦ green 137 ◦ blue 82

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

Shades of Salem #068952

Tints of Salem #068952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 60.89%

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

R = 2.67%
G = 60.89%
B = 36.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#068952 (or 0x068952) is known color: Salem. HEX triplet: 06, 89 and 52. RGB value is (6,137,82). Sum of RGB (Red+Green+Blue) = 6+137+82=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #068952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068952 is #F976AD. Grayscale: #5B5B5B. Windows color (decimal): -16348846 or 5409030. OLE color: 5409030.

HSL color Cylindrical-coordinate representation of color #068952: hue angle of 154.81º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068952 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 137 82 -
CMYK 0.96 0 0.40 0.46
HSL 154.81º 0.92% 0.28% -
HSV(B) 154.81º 0.96% 0.54% -
XYZ 10.54 18.54 11.01 -
YUV 91.56 122.6 66.97 -
System Red Green Blue C M Y K H S L
Decimal 6 137 82 0.96 0 0.40 0.46 154.81 0.92 0.28
Hex 6 89 52 60 0 28 2E 9B 5C 1C
Octal 6 211 122 140 0 50 56 233 134 34
Binary 110 10001001 1010010 1100000 0 101000 101110 10011011 1011100 11100

Color Harmonies of #068952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068952

Black with #068952

Text Example


Text Example

White with #068952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068952; }

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

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

background-color css

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

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

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

border-color css

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

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

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