Html Css Color HEX #068B38 Salem

📋 copy color: '#068B38'

red 6 ◦ green 139 ◦ blue 56

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

Shades of Salem #068B38

Tints of Salem #068B38

RGB

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

 GREEN value IS 139 (54.69% from 255) = 69.15%

 BLUE value IS 56 (22.27% from 255) = 27.86%

R = 2.99%
G = 69.15%
B = 27.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#068B38 (or 0x068B38) is known color: Salem. HEX triplet: 06, 8B and 38. RGB value is (6,139,56). Sum of RGB (Red+Green+Blue) = 6+139+56=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 139 (54.69% from 255 or 69.15% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 139 - color contains mainly: green. Hex color #068B38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068B38 is #F974C7. Grayscale: #595959. Windows color (decimal): -16348360 or 3705606. OLE color: 3705606.

HSL color Cylindrical-coordinate representation of color #068B38: hue angle of 142.56º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B38 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 139 56 -
CMYK 0.96 0 0.60 0.45
HSL 142.56º 0.92% 0.28% -
HSV(B) 142.56º 0.96% 0.55% -
XYZ 10.02 18.79 6.84 -
YUV 89.77 108.94 68.25 -
System Red Green Blue C M Y K H S L
Decimal 6 139 56 0.96 0 0.60 0.45 142.56 0.92 0.28
Hex 6 8B 38 60 0 3C 2D 8F 5C 1C
Octal 6 213 70 140 0 74 55 217 134 34
Binary 110 10001011 111000 1100000 0 111100 101101 10001111 1011100 11100

Color Harmonies of #068B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068B38

Black with #068B38

Text Example


Text Example

White with #068B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068B38; }

 p { color: rgb(6,139,56); }

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

background-color css

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

 a { background-color: rgb(6,139,56); }

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

border-color css

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

 span { border-color: rgb(6,139,56); }

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